forked from qt-creator/qt-creator
"New File" dialog cosmetics
Make the comboboxes expand to the right. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -2,14 +2,6 @@
|
|||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>ProjectExplorer::Internal::WizardPage</class>
|
<class>ProjectExplorer::Internal::WizardPage</class>
|
||||||
<widget class="QWizardPage" name="ProjectExplorer::Internal::WizardPage">
|
<widget class="QWizardPage" name="ProjectExplorer::Internal::WizardPage">
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>226</width>
|
|
||||||
<height>184</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Project Management</string>
|
<string>Project Management</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -37,8 +29,11 @@
|
|||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeAdjustPolicy">
|
<property name="sizePolicy">
|
||||||
<enum>QComboBox::AdjustToContents</enum>
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -53,7 +48,14 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QComboBox" name="addToVersionControlComboBox"/>
|
<widget class="QComboBox" name="addToVersionControlComboBox">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QLabel" name="additionalInfo">
|
<widget class="QLabel" name="additionalInfo">
|
||||||
|
|||||||
Reference in New Issue
Block a user