diff options
author | MaZderMind <git@mazdermind.de> | 2016-08-05 16:52:30 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-08-05 16:52:30 +0200 |
commit | 01adc30f691c2497d790d5d3cf97c7d96a7f705b (patch) | |
tree | ccd2673de4f27c0c21ee2a381b70a717bb989a4b | |
parent | c85ac490eb984a24c79178ea8fd8d310b24de6eb (diff) |
moves close-button to the right with a space in between to avoid clicking it, fixes #79
-rw-r--r-- | voctogui/ui/voctogui.ui | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/voctogui/ui/voctogui.ui b/voctogui/ui/voctogui.ui index fe04601..0e0c447 100644 --- a/voctogui/ui/voctogui.ui +++ b/voctogui/ui/voctogui.ui @@ -141,9 +141,13 @@ </packing> </child> <child> - <object class="GtkSeparatorToolItem" id="s2"> + <object class="GtkToolButton" id="cut"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="label" translatable="yes">Cut</property> + <property name="use_underline">True</property> + <property name="stock_id">gtk-cut</property> + <property name="no_show_all">True</property> </object> <packing> <property name="expand">False</property> @@ -151,26 +155,22 @@ </packing> </child> <child> - <object class="GtkToolButton" id="close"> + <object class="GtkSeparatorToolItem" id="s2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Close</property> - <property name="use_underline">True</property> - <property name="stock_id">gtk-close</property> - <property name="no_show_all">True</property> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="homogeneous">True</property> </packing> </child> <child> - <object class="GtkToolButton" id="cut"> + <object class="GtkToolButton" id="close"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Cut</property> + <property name="label" translatable="yes">Close</property> <property name="use_underline">True</property> - <property name="stock_id">gtk-cut</property> + <property name="stock_id">gtk-close</property> <property name="no_show_all">True</property> </object> <packing> |