Skip to content

Commit 359303e

Browse files
author
timlinux
committed
Dont use form layout use grid layout (for #2121)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12211 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 88bc74f commit 359303e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/georeferencer/qgsgeorefwarpoptionsdialogbase.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<x>0</x>
88
<y>0</y>
99
<width>366</width>
10-
<height>119</height>
10+
<height>153</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
1414
<string>Warp options</string>
1515
</property>
16-
<layout class="QFormLayout" name="formLayout">
16+
<layout class="QGridLayout" name="gridLayout">
1717
<item row="0" column="0">
1818
<widget class="QLabel" name="textLabel1">
1919
<property name="text">

0 commit comments

Comments
 (0)