diff options
author | MaZderMind <git@mazdermind.de> | 2015-12-27 19:48:51 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-12-27 19:48:51 +0100 |
commit | 63ed14fbc59ea3a15539cf93fd23fb71950cd8af (patch) | |
tree | 24fe6623dacdbae5fe0899e950657647a7d668ea /voctogui/ui | |
parent | 86ac1fd9abafeca5c97d9ef878f1810eedd7aaf4 (diff) |
add close-button to toolbar
Diffstat (limited to 'voctogui/ui')
-rw-r--r-- | voctogui/ui/voctogui.ui | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/voctogui/ui/voctogui.ui b/voctogui/ui/voctogui.ui index 5586081..25bd711 100644 --- a/voctogui/ui/voctogui.ui +++ b/voctogui/ui/voctogui.ui @@ -140,6 +140,29 @@ <property name="homogeneous">True</property> </packing> </child> + <child> + <object class="GtkSeparatorToolItem" id="s2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="close"> + <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> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |