Skip to content

Commit 59cfa50

Browse files
committed
Limit size of projection preview map
1 parent 908eaf5 commit 59cfa50

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/ui/qgsprojectionselectorbase.ui

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<item>
232232
<widget class="QTextEdit" name="teProjection">
233233
<property name="sizePolicy">
234-
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
234+
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
235235
<horstretch>0</horstretch>
236236
<verstretch>0</verstretch>
237237
</sizepolicy>
@@ -242,12 +242,6 @@
242242
<height>0</height>
243243
</size>
244244
</property>
245-
<property name="maximumSize">
246-
<size>
247-
<width>16777215</width>
248-
<height>16777215</height>
249-
</size>
250-
</property>
251245
<property name="baseSize">
252246
<size>
253247
<width>0</width>
@@ -270,7 +264,7 @@
270264
<item>
271265
<widget class="QgsMapCanvas" name="mAreaCanvas" native="true">
272266
<property name="sizePolicy">
273-
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
267+
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
274268
<horstretch>0</horstretch>
275269
<verstretch>0</verstretch>
276270
</sizepolicy>

0 commit comments

Comments
 (0)