diff options
Diffstat (limited to 'voctogui/ui/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> |