Skip to content

Commit

Permalink
Merge pull request #32 from WhereGroup/better_default_tabs
Browse files Browse the repository at this point in the history
Switch dialog tabs to back sensible defaults
  • Loading branch information
kannes authored Oct 25, 2024
2 parents 02cde87 + c183f07 commit 0d34cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profile_manager/profile_manager_dialog_base.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>2</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab_profiles">
<attribute name="title">
Expand Down Expand Up @@ -193,7 +193,7 @@
<item>
<widget class="QTabWidget" name="tabWidget_2">
<property name="currentIndex">
<number>2</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab_inner_datasources">
<attribute name="title">
Expand Down

0 comments on commit 0d34cdf

Please sign in to comment.