Skip to content

Commit 21c5988

Browse files
committed
Fixes for raster layer save as dialog
- Initial show of very long CRS no longer makes combobox too wide - Remove min height for nodata groupbox, possible cause for not fully collapsing
1 parent e2ae059 commit 21c5988

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/ui/qgsrasterlayersaveasdialogbase.ui

+8-2
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,17 @@
146146
<item>
147147
<widget class="QComboBox" name="mCrsComboBox">
148148
<property name="sizePolicy">
149-
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
149+
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
150150
<horstretch>0</horstretch>
151151
<verstretch>0</verstretch>
152152
</sizepolicy>
153153
</property>
154+
<property name="minimumSize">
155+
<size>
156+
<width>250</width>
157+
<height>0</height>
158+
</size>
159+
</property>
154160
</widget>
155161
</item>
156162
<item>
@@ -565,7 +571,7 @@
565571
<property name="minimumSize">
566572
<size>
567573
<width>0</width>
568-
<height>100</height>
574+
<height>0</height>
569575
</size>
570576
</property>
571577
</widget>

0 commit comments

Comments
 (0)