From 63ed14fbc59ea3a15539cf93fd23fb71950cd8af Mon Sep 17 00:00:00 2001 From: MaZderMind <git@mazdermind.de> Date: Sun, 27 Dec 2015 19:48:51 +0100 Subject: add close-button to toolbar --- voctogui/ui/voctogui.ui | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'voctogui/ui') 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> -- cgit v1.2.3