force smaller label size to force wrap on osx

This commit is contained in:
Damien Elmes 2009-03-14 22:17:59 +09:00
parent 26c4222cfb
commit 70f70e3d8b

View file

@ -61,6 +61,12 @@
<layout class="QVBoxLayout" name="verticalLayout_2" >
<item>
<widget class="QLabel" name="bottomLabel" >
<property name="maximumSize" >
<size>
<width>430</width>
<height>16777215</height>
</size>
</property>
<property name="text" >
<string>Loading...</string>
</property>