aboutsummaryrefslogtreecommitdiff
path: root/lumina-config/mainUI.ui
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-03-14 07:47:23 -0400
committerKen Moore <ken@pcbsd.org>2015-03-14 07:47:23 -0400
commitdefe8efa266b3e9b70827220edb6d84fc95bb14b (patch)
treeac1aaee150874a7caac8b0a86a56efe578526865 /lumina-config/mainUI.ui
parentAdd the ability to set/use custom timezones on the system - defaulting to the... (diff)
downloadlumina-defe8efa266b3e9b70827220edb6d84fc95bb14b.tar.gz
lumina-defe8efa266b3e9b70827220edb6d84fc95bb14b.tar.bz2
lumina-defe8efa266b3e9b70827220edb6d84fc95bb14b.zip
Truncate the timezone country names to 20 characters. (more than enough to see what the country is)
Diffstat (limited to 'lumina-config/mainUI.ui')
-rw-r--r--lumina-config/mainUI.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui
index 92ebf47d..07abacab 100644
--- a/lumina-config/mainUI.ui
+++ b/lumina-config/mainUI.ui
@@ -1649,6 +1649,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="sizeAdjustPolicy">
+ <enum>QComboBox::AdjustToMinimumContentsLength</enum>
+ </property>
</widget>
</item>
</layout>
bgstack15