diff options
-rw-r--r-- | gtk/src/ghb4.ui | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/gtk/src/ghb4.ui b/gtk/src/ghb4.ui index d90ac98df..d71f71f5a 100644 --- a/gtk/src/ghb4.ui +++ b/gtk/src/ghb4.ui @@ -353,7 +353,7 @@ conjunction with the "Forced" option.</property> <property name="position">500</property> <property name="can_focus">False</property> <property name="shrink-child1">False</property> - <property name="shrink-child2">False</property> + <property name="shrink-child2">True</property> <child> <object class="GtkBox" id="queue_box2"> <property name="orientation">vertical</property> @@ -391,18 +391,6 @@ conjunction with the "Forced" option.</property> </object> </child> <child> - <object class="GtkSeparatorToolItem" id="queue_list_tool_sep1"> - <property name="visible">True</property> - <property name="draw">False</property> - <property name="hexpand">True</property> - <property name="halign">GTK_ALIGN_FILL</property> - <property name="vexpand">False</property> - <property name="valign">GTK_ALIGN_FILL</property> - <property name="hexpand">True</property> - <property name="homogeneous">False</property> - </object> - </child> - <child> <object class="GtkToolItem" id="queue_list_options"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -1987,7 +1975,11 @@ libx264 authors: <child> <object class="GtkSeparatorToolItem" id="main_tool_sep2"> <property name="visible">True</property> +<!-- <property name="width-request">60</property> +--> + <property name="hexpand">True</property> + <property name="halign">center</property> <property name="draw">False</property> <property name="homogeneous">False</property> </object> @@ -2033,7 +2025,7 @@ libx264 authors: <property name="visible">True</property> <property name="draw">False</property> <property name="expand">True</property> - <property name="halign">GTK_ALIGN_FILL</property> + <property name="halign">center</property> <property name="homogeneous">False</property> </object> </child> |