Merge pull request #282 from PhenomRetroShare/Add_MinSizeForStackPages

Add minimal Size for stackPages in MainWindow for first start.
This commit is contained in:
Cyril Soler 2016-02-16 17:46:34 -05:00
commit c15e8b5c35

View File

@ -89,6 +89,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
</widget>
</widget>
</item>