Skip to content

Commit

Permalink
Fix incorrect default selected tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed Jul 26, 2016
1 parent fd7cd1e commit bddbc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<item>
<widget class="QTabWidget" name="mainTab">
<property name="currentIndex">
<number>3</number>
<number>0</number>
</property>
<widget class="QWidget" name="structure">
<attribute name="title">
Expand Down
2 changes: 1 addition & 1 deletion src/PreferencesDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>4</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab_4">
<attribute name="title">
Expand Down

0 comments on commit bddbc21

Please sign in to comment.