summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cardwidget.ui28
1 files changed, 17 insertions, 11 deletions
diff --git a/src/cardwidget.ui b/src/cardwidget.ui
index 741dc61..56df594 100644
--- a/src/cardwidget.ui
+++ b/src/cardwidget.ui
@@ -60,22 +60,28 @@
<child>
<object class="GtkBox">
<property name="valign">center</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkLabel">
- <property name="label" translatable="yes">&lt;b&gt;Profile:&lt;/b&gt;</property>
- <property name="use_markup">1</property>
- <property name="xalign">0</property>
- </object>
- </child>
+ <property name="spacing">12</property>
<child>
- <object class="GtkComboBox" id="profileList">
- <property name="hexpand">1</property>
+ <object class="GtkBox" id="profileBox">
+ <property name="halign">fill</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel">
+ <property name="label" translatable="yes">&lt;b&gt;Profile:&lt;/b&gt;</property>
+ <property name="use_markup">1</property>
+ <property name="xalign">0</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkComboBox" id="profileList">
+ <property name="hexpand">1</property>
+ </object>
+ </child>
</object>
</child>
<child>
<object class="GtkBox" id="codecBox">
- <property name="halign">center</property>
+ <property name="halign">fill</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel">