Skip to content
Snippets Groups Projects
Commit 0e26eb61 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

BUG: MANTIS-1267: Fixed minimum size lower-bound of GDAL overview to 1.

parent 200fbcd8
Branches
Tags
No related merge requests found
...@@ -169,6 +169,9 @@ ...@@ -169,6 +169,9 @@
<property name="toolTip"> <property name="toolTip">
<string>Minimal size (in pixels) of smallest overview level</string> <string>Minimal size (in pixels) of smallest overview level</string>
</property> </property>
<property name="minimum">
<number>1</number>
</property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="4"> <item row="3" column="0" colspan="4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment