diff options
author | Ken Moore <ken@pcbsd.org> | 2015-03-14 07:47:23 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-03-14 07:47:23 -0400 |
commit | defe8efa266b3e9b70827220edb6d84fc95bb14b (patch) | |
tree | ac1aaee150874a7caac8b0a86a56efe578526865 /lumina-config/mainUI.ui | |
parent | Add the ability to set/use custom timezones on the system - defaulting to the... (diff) | |
download | lumina-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.ui | 3 |
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> |