Skip to content

Commit

Permalink
Reduce margins on project selector dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed May 25, 2014
1 parent e85f560 commit d980809
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/ui/qgsgenericprojectionselectorbase.ui
Expand Up @@ -22,6 +22,9 @@
<bool>true</bool>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>3</number>
</property>
<item row="0" column="0">
<widget class="QTextEdit" name="textEdit">
<property name="sizePolicy">
Expand Down
7 changes: 5 additions & 2 deletions src/ui/qgsprojectionselectorbase.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>820</width>
<height>591</height>
<width>538</width>
<height>635</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -25,6 +25,9 @@
</iconset>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="margin">
<number>0</number>
</property>
<item row="3" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
Expand Down

0 comments on commit d980809

Please sign in to comment.