aboutsummaryrefslogtreecommitdiff
path: root/voctogui/ui
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2016-01-05 19:38:42 +0100
committerMaZderMind <github@mazdermind.de>2016-01-05 19:38:42 +0100
commit50739c687d9252ab7d5c851bf32a1fd056f6544d (patch)
treef78ce7073d900b67f00f29e44eae0eb2148aa570 /voctogui/ui
parente2969b87441a46fe0c017f1f29bb7ec3f4fce585 (diff)
add cut-button and a cutlist-script and make both configurable
Diffstat (limited to 'voctogui/ui')
-rw-r--r--voctogui/ui/voctogui.ui15
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>