Skip to content

Commit

Permalink
Fix scrollarea border style and tab order in new spatialite layer dia…
Browse files Browse the repository at this point in the history
…log (Funded by Sourcepole)
  • Loading branch information
manisandro committed Oct 12, 2014
1 parent 7a92293 commit e0e6204
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 e0e6204

Please sign in to comment.