aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.ui
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-04-24 21:35:16 +0200
committerGuido Günther <agx@sigxcpu.org>2014-04-24 21:35:16 +0200
commitc1c26dcf9544dd2a198115a520bd5808088d52be (patch)
tree4bc2f85aefdec161d691b489ff116ec47c88b4d5 /src/prefs.ui
Initial commit
Diffstat (limited to 'src/prefs.ui')
-rw-r--r--src/prefs.ui78
1 files changed, 78 insertions, 0 deletions
diff --git a/src/prefs.ui b/src/prefs.ui
new file mode 100644
index 0000000..833eb36
--- /dev/null
+++ b/src/prefs.ui
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.8 -->
+ <template class="UPlanFahrPrefs" parent="GtkDialog">
+ <property name="title" translatable="yes">Preferences</property>
+ <property name="resizable">False</property>
+ <property name="modal">True</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="vbox">
+ <child>
+ <object class="GtkGrid" id="grid">
+ <property name="visible">True</property>
+ <property name="margin">6</property>
+ <property name="row-spacing">12</property>
+ <property name="column-spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="fontlabel">
+ <property name="visible">True</property>
+ <property name="label">_Font:</property>
+ <property name="use-underline">True</property>
+ <property name="mnemonic-widget">font</property>
+ <property name="xalign">1</property>
+ </object>
+ <packing>
+ <property name="left-attach">0</property>
+ <property name="top-attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFontButton" id="font">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="left-attach">1</property>
+ <property name="top-attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="fullscreenlabel">
+ <property name="visible">True</property>
+ <property name="label">_Fullscreen:</property>
+ <property name="use-underline">True</property>
+ <property name="mnemonic-widget">fullscreen</property>
+ <property name="xalign">1</property>
+ </object>
+ <packing>
+ <property name="left-attach">0</property>
+ <property name="top-attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSwitch" id="fullscreen">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="left-attach">1</property>
+ <property name="top-attach">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="action_area">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkButton" id="close">
+ <signal name="clicked" handler="preferences_closed"/>
+ <property name="visible">True</property>
+ <property name="label">_Close</property>
+ <property name="use-underline">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>