Merge pull request #2031 from pmzqla/panel

Set minimum width of the left panel in the preferences
This commit is contained in:
sledgehammer999
2014-10-18 13:43:40 +03:00
2 changed files with 8 additions and 2 deletions

View File

@@ -32,6 +32,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>116</width>
<height>0</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>