aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-08-03 08:23:37 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-08-03 08:23:37 +0000
commit7e4399d21dc221e29b0392e80c8895a17fa3fcda (patch)
tree141abacef46a60c98462e039d73c0fc7ff437c97 /ui
parentResize timezone widget, fix the treeview in mirrorselect (diff)
downloadanaconda-7e4399d21dc221e29b0392e80c8895a17fa3fcda.tar.gz
anaconda-7e4399d21dc221e29b0392e80c8895a17fa3fcda.tar.bz2
anaconda-7e4399d21dc221e29b0392e80c8895a17fa3fcda.zip
Tweak the timezone window
Diffstat (limited to 'ui')
-rw-r--r--ui/timezone.glade62
1 files changed, 62 insertions, 0 deletions
diff --git a/ui/timezone.glade b/ui/timezone.glade
new file mode 100644
index 0000000..fc03a36
--- /dev/null
+++ b/ui/timezone.glade
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glade-interface>
+ <!-- interface-requires gtk+ 2.6 -->
+ <!-- interface-naming-policy toplevel-contextual -->
+ <widget class="GtkWindow" id="window">
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">Date/Time Properties</property>
+ <property name="default_width">400</property>
+ <property name="default_height">550</property>
+ <child>
+ <widget class="GtkVBox" id="tz_vbox">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">6</property>
+ <property name="spacing">5</property>
+ <child>
+ <widget class="GtkLabel" id="tzActionLabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Please select the nearest city in your time zone:</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Custom" id="tz">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ </widget>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkCheckButton" id="utc_check">
+ <property name="label" translatable="yes">_System clock uses UTC</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="has_tooltip">True</property>
+ <property name="tooltip" translatable="yes" comments="The times are called &quot;winter time&quot; and &quot;summer time&quot; in some localities.">Use this if you want to automatically switch between normal and daylight savings time. Don't use this if you have other operating systems on this computer which adjust the hardware clock to achieve this, e.g. Microsoft Windows(tm).</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
+</glade-interface>