Skip to content

Commit 57aee18

Browse files
DelazJnirvn
authored andcommittedJan 22, 2017
Fix tab focus order in dialogs (#4013)
1 parent 66f5d06 commit 57aee18

File tree

54 files changed

+738
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+738
-363
lines changed
 

‎src/ui/composer/qgscomposerattributetablewidgetbase.ui

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,7 @@
1717
<property name="spacing">
1818
<number>0</number>
1919
</property>
20-
<property name="leftMargin">
21-
<number>0</number>
22-
</property>
23-
<property name="topMargin">
24-
<number>0</number>
25-
</property>
26-
<property name="rightMargin">
27-
<number>0</number>
28-
</property>
29-
<property name="bottomMargin">
20+
<property name="margin">
3021
<number>0</number>
3122
</property>
3223
<item>
@@ -840,6 +831,8 @@
840831
<tabstop>mShowGridGroupCheckBox</tabstop>
841832
<tabstop>mGridStrokeWidthSpinBox</tabstop>
842833
<tabstop>mGridColorButton</tabstop>
834+
<tabstop>mDrawHorizontalGrid</tabstop>
835+
<tabstop>mDrawVerticalGrid</tabstop>
843836
<tabstop>groupBox_3</tabstop>
844837
<tabstop>mHeaderFontPushButton</tabstop>
845838
<tabstop>mHeaderFontColorButton</tabstop>

‎src/ui/composer/qgscomposermapgridwidgetbase.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@
777777
<tabstop>mGridLineStyleButton</tabstop>
778778
<tabstop>mGridMarkerStyleButton</tabstop>
779779
<tabstop>mGridBlendComboBox</tabstop>
780+
<tabstop>mGridFrameGroupBox</tabstop>
780781
<tabstop>mFrameStyleComboBox</tabstop>
781782
<tabstop>mFrameWidthSpinBox</tabstop>
782783
<tabstop>mGridFramePenSizeSpinBox</tabstop>
@@ -791,6 +792,7 @@
791792
<tabstop>mCheckGridRightSide</tabstop>
792793
<tabstop>mCheckGridTopSide</tabstop>
793794
<tabstop>mCheckGridBottomSide</tabstop>
795+
<tabstop>mDrawAnnotationGroupBox</tabstop>
794796
<tabstop>mAnnotationFormatComboBox</tabstop>
795797
<tabstop>mAnnotationFormatButton</tabstop>
796798
<tabstop>mAnnotationDisplayLeftComboBox</tabstop>
@@ -806,6 +808,7 @@
806808
<tabstop>mAnnotationPositionBottomComboBox</tabstop>
807809
<tabstop>mAnnotationDirectionComboBoxBottom</tabstop>
808810
<tabstop>mAnnotationFontButton</tabstop>
811+
<tabstop>mAnnotationFontColorButton</tabstop>
809812
<tabstop>mDistanceToMapFrameSpinBox</tabstop>
810813
<tabstop>mCoordinatePrecisionSpinBox</tabstop>
811814
</tabstops>

0 commit comments

Comments
 (0)
Please sign in to comment.