Skip to content

Commit

Permalink
Limit size of projection preview map
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 23, 2018
1 parent 908eaf5 commit 59cfa50
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/ui/qgsprojectionselectorbase.ui
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 59cfa50

Please sign in to comment.