Minimum width.

This commit is contained in:
Teo Mrnjavac 2015-07-15 13:02:42 +02:00
parent 9f2086a648
commit 9bc77fe386

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>437</width> <width>450</width>
<height>430</height> <height>430</height>
</rect> </rect>
</property> </property>
@ -79,6 +79,12 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Warning: Formatting the partition will erase all existing data.</string> <string>Warning: Formatting the partition will erase all existing data.</string>
</property> </property>
@ -151,7 +157,7 @@
<customwidget> <customwidget>
<class>PartResizerWidget</class> <class>PartResizerWidget</class>
<extends>QWidget</extends> <extends>QWidget</extends>
<header location="global">gui/partresizerwidget.h</header> <header>gui/partresizerwidget.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>