diff options
author | MaZderMind <git@mazdermind.de> | 2015-07-01 22:12:53 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-07-01 22:12:53 +0200 |
commit | 16cfb8c85896d9b1d4ad9a0d92c28e8dcc1324ca (patch) | |
tree | 0df1002c7f15dbfee702eedccb2b864c85cbe605 /voctogui/ui/voctogui.ui | |
parent | a0f71b884e86d4f07da57263ece50dd711fea641 (diff) |
Implement Preview-Selection
Diffstat (limited to 'voctogui/ui/voctogui.ui')
-rw-r--r-- | voctogui/ui/voctogui.ui | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/voctogui/ui/voctogui.ui b/voctogui/ui/voctogui.ui index f163a87..418b834 100644 --- a/voctogui/ui/voctogui.ui +++ b/voctogui/ui/voctogui.ui @@ -353,7 +353,7 @@ </packing> </child> <child> - <object class="GtkToggleButton" id="btn_a"> + <object class="GtkRadioButton" id="btn_a"> <property name="label" translatable="yes">A</property> <property name="width_request">40</property> <property name="height_request">40</property> @@ -361,6 +361,7 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="margin_right">5</property> + <property name="draw-indicator">False</property> </object> <packing> <property name="expand">False</property> @@ -369,7 +370,7 @@ </packing> </child> <child> - <object class="GtkToggleButton" id="btn_b"> + <object class="GtkRadioButton" id="btn_b"> <property name="label" translatable="yes">B</property> <property name="width_request">40</property> <property name="height_request">40</property> @@ -377,6 +378,7 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="margin_right">5</property> + <property name="draw-indicator">False</property> </object> <packing> <property name="expand">False</property> |