Skip to content

Commit e0e6204

Browse files
committed
Fix scrollarea border style and tab order in new spatialite layer dialog (Funded by Sourcepole)
1 parent 7a92293 commit e0e6204

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/ui/qgsnewspatialitelayerdialogbase.ui

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<layout class="QGridLayout" name="gridLayout_4">
3838
<item row="0" column="0">
3939
<widget class="QScrollArea" name="scrollArea">
40+
<property name="frameShape">
41+
<enum>QFrame::NoFrame</enum>
42+
</property>
43+
<property name="frameShadow">
44+
<enum>QFrame::Plain</enum>
45+
</property>
4046
<property name="widgetResizable">
4147
<bool>true</bool>
4248
</property>
@@ -45,8 +51,8 @@
4551
<rect>
4652
<x>0</x>
4753
<y>0</y>
48-
<width>412</width>
49-
<height>587</height>
54+
<width>432</width>
55+
<height>581</height>
5056
</rect>
5157
</property>
5258
<layout class="QVBoxLayout" name="verticalLayout">
@@ -441,11 +447,13 @@
441447
<tabstop>mMultipolygonRadioButton</tabstop>
442448
<tabstop>leSRID</tabstop>
443449
<tabstop>pbnFindSRID</tabstop>
450+
<tabstop>checkBoxPrimaryKey</tabstop>
444451
<tabstop>mNameEdit</tabstop>
445452
<tabstop>mTypeBox</tabstop>
453+
<tabstop>mAddAttributeButton</tabstop>
446454
<tabstop>mAttributeView</tabstop>
447455
<tabstop>mRemoveAttributeButton</tabstop>
448-
<tabstop>buttonBox</tabstop>
456+
<tabstop>scrollArea</tabstop>
449457
</tabstops>
450458
<resources/>
451459
<connections>

0 commit comments

Comments
 (0)