summaryrefslogtreecommitdiff
path: root/voctogui/ui
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-11-15 14:43:51 +0100
committerMaZderMind <git@mazdermind.de>2015-11-15 18:38:52 +0100
commitbc8af43104aafa0869cfb869c9d7caf0acefb23c (patch)
treea7c6c76ee406fe528749280570f5d9636646c610 /voctogui/ui
parent1d4604a089e0715ca438235fec5088ce93821614 (diff)
Implement a Button in the GUI to set a specific Source to Fullscreen, fixes #11
Diffstat (limited to 'voctogui/ui')
-rw-r--r--voctogui/ui/voctogui.ui17
1 files changed, 17 insertions, 0 deletions
diff --git a/voctogui/ui/voctogui.ui b/voctogui/ui/voctogui.ui
index d58f741..3501c1b 100644
--- a/voctogui/ui/voctogui.ui
+++ b/voctogui/ui/voctogui.ui
@@ -345,6 +345,23 @@
<property name="position">2</property>
</packing>
</child>
+ <child>
+ <object class="GtkButton" id="btn_fullscreen">
+ <property name="label" translatable="yes">Fullscreen</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>
+ <property name="xalign">0.5</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>