We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ae059 commit 21c5988Copy full SHA for 21c5988
src/ui/qgsrasterlayersaveasdialogbase.ui
@@ -146,11 +146,17 @@
146
<item>
147
<widget class="QComboBox" name="mCrsComboBox">
148
<property name="sizePolicy">
149
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
150
<horstretch>0</horstretch>
151
<verstretch>0</verstretch>
152
</sizepolicy>
153
</property>
154
+ <property name="minimumSize">
155
+ <size>
156
+ <width>250</width>
157
+ <height>0</height>
158
+ </size>
159
+ </property>
160
</widget>
161
</item>
162
@@ -565,7 +571,7 @@
565
571
<property name="minimumSize">
566
572
<size>
567
573
<width>0</width>
568
- <height>100</height>
574
569
575
</size>
570
576
577
0 commit comments