diff options
Diffstat (limited to 'voctogui/ui/voctogui.ui')
-rw-r--r-- | voctogui/ui/voctogui.ui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/voctogui/ui/voctogui.ui b/voctogui/ui/voctogui.ui index 25bd711..fe04601 100644 --- a/voctogui/ui/voctogui.ui +++ b/voctogui/ui/voctogui.ui @@ -157,6 +157,21 @@ <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="homogeneous">True</property> + </packing> + </child> + <child> + <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> |