Skip to content

Commit

Permalink
Fixes for raster layer save as dialog
Browse files Browse the repository at this point in the history
- Initial show of very long CRS no longer makes combobox too wide
- Remove min height for nodata groupbox, possible cause for not fully collapsing
  • Loading branch information
dakcarto committed Sep 16, 2012
1 parent e2ae059 commit 21c5988
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/ui/qgsrasterlayersaveasdialogbase.ui
Expand Up @@ -146,11 +146,17 @@
<item>
<widget class="QComboBox" name="mCrsComboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -565,7 +571,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
<height>0</height>
</size>
</property>
</widget>
Expand Down

0 comments on commit 21c5988

Please sign in to comment.