Minimum size for Qt version list.

This commit is contained in:
con
2009-10-28 13:05:57 +01:00
parent 452c2cfbb4
commit 26caf3b2ac

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>577</width>
<height>477</height>
<height>507</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
@@ -133,6 +133,12 @@ p, li { white-space: pre-wrap; }
</item>
<item row="0" column="0" colspan="2">
<widget class="QTreeWidget" name="qtdirList">
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>