Skip to content

Commit

Permalink
Merge pull request #1622 from manisandro/spatialite_dialog_border
Browse files Browse the repository at this point in the history
Fix scrollarea border style and tab order in new spatialite layer dialog
  • Loading branch information
nyalldawson committed Oct 12, 2014
2 parents d1f84fd + e0e6204 commit 25333c5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/ui/qgsnewspatialitelayerdialogbase.ui
Expand Up @@ -37,6 +37,12 @@
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QScrollArea" name="scrollArea">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
Expand All @@ -45,8 +51,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>412</width>
<height>587</height>
<width>432</width>
<height>581</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
Expand Down Expand Up @@ -441,11 +447,13 @@
<tabstop>mMultipolygonRadioButton</tabstop>
<tabstop>leSRID</tabstop>
<tabstop>pbnFindSRID</tabstop>
<tabstop>checkBoxPrimaryKey</tabstop>
<tabstop>mNameEdit</tabstop>
<tabstop>mTypeBox</tabstop>
<tabstop>mAddAttributeButton</tabstop>
<tabstop>mAttributeView</tabstop>
<tabstop>mRemoveAttributeButton</tabstop>
<tabstop>buttonBox</tabstop>
<tabstop>scrollArea</tabstop>
</tabstops>
<resources/>
<connections>
Expand Down

0 comments on commit 25333c5

Please sign in to comment.