Skip to content

Commit d980809

Browse files
committed
Reduce margins on project selector dialog
1 parent e85f560 commit d980809

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/ui/qgsgenericprojectionselectorbase.ui

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<bool>true</bool>
2323
</property>
2424
<layout class="QGridLayout">
25+
<property name="margin">
26+
<number>3</number>
27+
</property>
2528
<item row="0" column="0">
2629
<widget class="QTextEdit" name="textEdit">
2730
<property name="sizePolicy">

src/ui/qgsprojectionselectorbase.ui

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>820</width>
10-
<height>591</height>
9+
<width>538</width>
10+
<height>635</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -25,6 +25,9 @@
2525
</iconset>
2626
</property>
2727
<layout class="QGridLayout" name="gridLayout_2">
28+
<property name="margin">
29+
<number>0</number>
30+
</property>
2831
<item row="3" column="0">
2932
<layout class="QHBoxLayout" name="horizontalLayout_2">
3033
<item>

0 commit comments

Comments
 (0)