diff options
author | MaZderMind <github@mazdermind.de> | 2015-06-17 12:18:32 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-06-17 12:18:32 +0200 |
commit | e78e24465bbe90150509946211148a364a75a115 (patch) | |
tree | 3c205708dfaa6edcd44a72af7212a5b99ed180a2 /voctogui/ui | |
parent | ce5c7ebd8b631386c0a9c911cb3ecb20c3f824dc (diff) |
start filling the gui from code
Diffstat (limited to 'voctogui/ui')
-rw-r--r-- | voctogui/ui/voctogui.ui | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/voctogui/ui/voctogui.ui b/voctogui/ui/voctogui.ui index fba2892..75e9bb1 100644 --- a/voctogui/ui/voctogui.ui +++ b/voctogui/ui/voctogui.ui @@ -160,13 +160,11 @@ <property name="can_focus">False</property> <child> <object class="GtkBox" id="box_left"> + <property name="width_request">320</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> - <placeholder/> - </child> - <child> <object class="GtkBox" id="box_audio"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -177,8 +175,9 @@ <property name="label" translatable="yes">Audio</property> </object> <packing> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> + <property name="padding">5</property> <property name="position">0</property> </packing> </child> @@ -188,17 +187,18 @@ <property name="sensitive">False</property> <property name="can_focus">False</property> <property name="model">liststore_audio</property> + <property name="id_column">0</property> <child> <object class="GtkCellRendererText" id="cellrenderertext"/> <attributes> - <attribute name="height">0</attribute> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> + <property name="padding">5</property> <property name="position">1</property> </packing> </child> @@ -207,7 +207,8 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="padding">5</property> - <property name="position">3</property> + <property name="pack_type">end</property> + <property name="position">0</property> </packing> </child> </object> |