diff options
author | MaZderMind <github@mazdermind.de> | 2015-06-17 17:27:06 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-06-17 17:27:06 +0200 |
commit | d006874a84e196faf258322a59f9690c373ed323 (patch) | |
tree | eee9a06e5b519ebe4d27c1591c75b6038b949780 /voctogui | |
parent | 3ba97a73149bb283d818408738ddc46395068701 (diff) |
Use Toggle-Buttons for Camera-Source-Selection
Diffstat (limited to 'voctogui')
-rw-r--r-- | voctogui/ui/voctogui.ui | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/voctogui/ui/voctogui.ui b/voctogui/ui/voctogui.ui index 75e9bb1..dcd9da8 100644 --- a/voctogui/ui/voctogui.ui +++ b/voctogui/ui/voctogui.ui @@ -309,22 +309,26 @@ </packing> </child> <child> - <object class="GtkButton" id="btn_a"> - <property name="label" translatable="yes">a</property> + <object class="GtkToggleButton" id="btn_a"> + <property name="label" translatable="yes">A</property> + <property name="width_request">40</property> + <property name="height_request">40</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="margin_right">5</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="padding">5</property> <property name="position">1</property> </packing> </child> <child> - <object class="GtkButton" id="btn_b"> - <property name="label" translatable="yes">b</property> + <object class="GtkToggleButton" id="btn_b"> + <property name="label" translatable="yes">B</property> + <property name="width_request">40</property> + <property name="height_request">40</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -332,7 +336,6 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="padding">5</property> <property name="position">2</property> </packing> </child> |