Increase minimum width of Preferences dialog don't import before date field.

- Intent is to prevent clipping of year number for months with long names (September).
- This helps with default font size on my system but may not help on others.
This commit is contained in:
Guy Scharf 2020-09-12 09:50:09 -07:00 committed by Guy Scharf
parent ce67d16c42
commit 3ea13f736f

View File

@ -19,6 +19,12 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>145</width>
<height>0</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Preferences</string> <string>Preferences</string>
</property> </property>