aboutsummaryrefslogtreecommitdiff
path: root/lumina-config/mainUI.ui
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-03-14 01:27:10 -0400
committerKen Moore <ken@pcbsd.org>2015-03-14 01:27:10 -0400
commit60ed98c90ba9ee5c4910a36fb39fb3118f383128 (patch)
tree9f68442f0ac14ef2cead9859ec48279e0896c0f5 /lumina-config/mainUI.ui
parentMake sure to clean up any broken sym-links in the favorites directory when th... (diff)
downloadlumina-60ed98c90ba9ee5c4910a36fb39fb3118f383128.tar.gz
lumina-60ed98c90ba9ee5c4910a36fb39fb3118f383128.tar.bz2
lumina-60ed98c90ba9ee5c4910a36fb39fb3118f383128.zip
Add the ability to set/use custom timezones on the system - defaulting to the system time (whatever that might be).
Diffstat (limited to 'lumina-config/mainUI.ui')
-rw-r--r--lumina-config/mainUI.ui27
1 files changed, 22 insertions, 5 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui
index fcebaff7..92ebf47d 100644
--- a/lumina-config/mainUI.ui
+++ b/lumina-config/mainUI.ui
@@ -109,7 +109,7 @@
<enum>QFrame::StyledPanel</enum>
</property>
<property name="currentIndex">
- <number>1</number>
+ <number>4</number>
</property>
<widget class="QWidget" name="page_desktop">
<layout class="QVBoxLayout" name="verticalLayout_3">
@@ -602,8 +602,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>263</width>
- <height>178</height>
+ <width>233</width>
+ <height>150</height>
</rect>
</property>
<attribute name="label">
@@ -799,8 +799,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>263</width>
- <height>178</height>
+ <width>233</width>
+ <height>150</height>
</rect>
</property>
<attribute name="label">
@@ -1634,6 +1634,23 @@
</property>
</widget>
</item>
+ <item row="4" column="0">
+ <widget class="QLabel" name="label_26">
+ <property name="text">
+ <string>Time Zone:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1">
+ <widget class="QComboBox" name="combo_session_timezone">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
</layout>
</item>
<item row="6" column="0" colspan="2">
bgstack15