From: John Darrington <john@darrington.wattle.id.au> Date: Sat, 5 Dec 2015 18:26:38 +0000 (+0100) Subject: Frequencies Dialog: Remove final GtkAlignment widgets X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c96d7835fd2e56eb255a8310b74b122ba0f1b6fd;p=pspp Frequencies Dialog: Remove final GtkAlignment widgets --- diff --git a/src/ui/gui/frequencies.ui b/src/ui/gui/frequencies.ui index 1b17ff8a26..debcc63a38 100644 --- a/src/ui/gui/frequencies.ui +++ b/src/ui/gui/frequencies.ui @@ -38,18 +38,13 @@ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label_xalign">0</property> <child> - <object class="GtkAlignment" id="alignment3"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="left_padding">12</property> - <child> <object class="GtkButtonBox" id="vbuttonbox2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="orientation">vertical</property> <property name="homogeneous">True</property> + <property name="margin-start">12</property> <child> <object class="GtkRadioButton" id="always"> <property name="label" translatable="yes">_Always</property> @@ -146,8 +141,6 @@ </packing> </child> </object> - </child> - </object> </child> <child type="label"> <object class="GtkLabel" id="label5"> @@ -172,14 +165,9 @@ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label_xalign">0</property> <child> - <object class="GtkAlignment" id="alignment8"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="left_padding">12</property> - <child> <object class="GtkVButtonBox" id="vbuttonbox1"> <property name="visible">True</property> + <property name="margin-start">12</property> <property name="can_focus">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="homogeneous">True</property> @@ -256,8 +244,6 @@ </packing> </child> </object> - </child> - </object> </child> <child type="label"> <object class="GtkLabel" id="label6"> @@ -788,8 +774,9 @@ </packing> </child> <child> - <object class="GtkHButtonBox" id="hbuttonbox1"> + <object class="GtkButtonBox" id="hbuttonbox1"> <property name="visible">True</property> + <property name="orientation">horizontal</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="vexpand">False</property>