Skip to content

Commit 1a18fba

Browse files
committedAug 8, 2013
[dbmanager] set columns tab as default in edit table widget (before was indexes tab)
1 parent eafd579 commit 1a18fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/db_manager/ui/DlgTableProperties.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<item>
1818
<widget class="QTabWidget" name="tabs">
1919
<property name="currentIndex">
20-
<number>2</number>
20+
<number>0</number>
2121
</property>
2222
<widget class="QWidget" name="tabColumns">
2323
<attribute name="title">

0 commit comments

Comments
 (0)
Please sign in to comment.