forked from qt-creator/qt-creator
Cleanup help configuration page.
- Expand the 'home page' field in help dialog: it used to be quite small, with some space left on the same line. - Align labels them with the middle of the combo (center vertically). Change-Id: Ife1f73e25d7c1aa7ca7e82782c6858e19caad4a9 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
committed by
Karsten Heimrich
parent
8a0bf72820
commit
967db3f688
@@ -156,12 +156,12 @@
|
||||
<item>
|
||||
<layout class="QFormLayout" name="startupFormLayout">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::FieldsStayAtSizeHint</enum>
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="contextHelpLabel">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
@@ -204,7 +204,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="startPageLabel">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
|
||||
Reference in New Issue
Block a user