Skip to content

Commit

Permalink
Small UI fix for "New PostGIS connection" dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 29, 2013
1 parent 7c06eb7 commit f7b05ff
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/ui/qgspgnewconnectionbase.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>408</width>
<height>556</height>
<width>425</width>
<height>599</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -38,7 +38,13 @@
<string>Connection Information</string>
</property>
<layout class="QGridLayout">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
Expand Down

0 comments on commit f7b05ff

Please sign in to comment.