Merge pull request #131 from phedlund/129_poor_macOS_layout
Fixes #129 The Resources tab in the About dialog has poor layout.
This commit is contained in:
commit
58532fc45d
@ -361,6 +361,9 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string>Resources</string>
|
<string>Resources</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QFormLayout" name="formLayout">
|
<layout class="QFormLayout" name="formLayout">
|
||||||
|
<property name="fieldGrowthPolicy">
|
||||||
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||||
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user