Skip to content

Commit

Permalink
[MetaSearch] adjust current tab index on init
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 19, 2015
1 parent 519830e commit e57136c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/plugins/MetaSearch/ui/maindialog.ui
Expand Up @@ -17,7 +17,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>2</number>
<number>0</number>
</property>
<widget class="QWidget" name="tabSearch">
<attribute name="title">
Expand Down Expand Up @@ -451,7 +451,7 @@
<item>
<widget class="QRadioButton" name="radioTitleAsk">
<property name="text">
<string>Ask before overwriting</string>
<string>Use the OWS Service Title and ask before overwriting</string>
</property>
<property name="checked">
<bool>true</bool>
Expand All @@ -461,7 +461,7 @@
<item>
<widget class="QRadioButton" name="radioTitleNoAsk">
<property name="text">
<string>Always overwrite if already available</string>
<string>Use the OWS Service Title and always overwrite if already available</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit e57136c

Please sign in to comment.