Limit size of projection preview map

This commit is contained in:
Matthias Kuhn 2018-12-23 10:05:00 +01:00
parent 908eaf5d39
commit 59cfa5025d
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7

View File

@ -231,7 +231,7 @@
<item>
<widget class="QTextEdit" name="teProjection">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -242,12 +242,6 @@
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
@ -270,7 +264,7 @@
<item>
<widget class="QgsMapCanvas" name="mAreaCanvas" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>