diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-09-24 19:43:48 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-09-24 19:43:48 -0500 |
commit | 40892cd3311021c55e943228e16bfd36df7b1011 (patch) | |
tree | 158dc3ecc6ead1a5b7e62c1e1200af40dbb72d99 | |
parent | fb60217569b0fb5bc949c58b054da71992fe2582 (diff) |
tdf#112622 Move dialog’s action buttons to the bottom
Change-Id: I41b51019ece99ab747377829bfd2473f39daf418
-rw-r--r-- | sd/uiconfig/sdraw/ui/dlgsnap.ui | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sd/uiconfig/sdraw/ui/dlgsnap.ui b/sd/uiconfig/sdraw/ui/dlgsnap.ui index b66b879199ab..9ab94f6a6168 100644 --- a/sd/uiconfig/sdraw/ui/dlgsnap.ui +++ b/sd/uiconfig/sdraw/ui/dlgsnap.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.0 --> <interface domain="sd"> <requires lib="gtk+" version="3.0"/> <object class="GtkAdjustment" id="adjustment1"> @@ -37,12 +37,12 @@ <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> + <property name="orientation">vertical</property> <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <property name="layout_style">start</property> + <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> @@ -73,30 +73,31 @@ </packing> </child> <child> - <object class="GtkButton" id="delete"> - <property name="label">gtk-delete</property> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> - <property name="image_position">bottom</property> + <property name="image_position">top</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> <child> - <object class="GtkButton" id="help"> - <property name="label">gtk-help</property> + <object class="GtkButton" id="delete"> + <property name="label">gtk-delete</property> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> - <property name="image_position">top</property> + <property name="image_position">bottom</property> </object> <packing> <property name="expand">False</property> @@ -117,7 +118,6 @@ <object class="GtkBox" id="box1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="orientation">vertical</property> <property name="spacing">12</property> <child> <object class="GtkFrame" id="frame1"> @@ -316,8 +316,8 @@ <action-widgets> <action-widget response="0">ok</action-widget> <action-widget response="0">cancel</action-widget> - <action-widget response="0">delete</action-widget> <action-widget response="0">help</action-widget> + <action-widget response="0">delete</action-widget> </action-widgets> </object> </interface> |