Enable word-wrap for long text in sweep panel

This commit is contained in:
wmayer 2012-11-07 20:35:04 +01:00
parent d7d6bcda37
commit 6f993703a3

View File

@ -44,12 +44,15 @@
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<item row="0" column="0" colspan="3">
<widget class="QLabel" name="label">
<property name="text">
<string>Select one or more profiles and select an edge or wire
in the 3D view for the sweep path.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>