summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2015-07-21 16:51:36 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-21 07:33:31 -0700
commit19b54dc9ef2944fd985976620d6542f4a8c88a1d (patch)
tree8a42401df2e734e9b99c5c0686001081bdc02b28
parent8856753fafb9dc2a10e8da907b661f50a8c2ed27 (diff)
downloadsubsurface-19b54dc9ef2944fd985976620d6542f4a8c88a1d.tar.gz
Default to first tab on export
The divelog export dialog was changed to default to the HTML export when changing the layout to resemble other dialogs (commit 42acaa40). However, the default tab should be the first one with most of the export formats and options. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-ui/divelogexportdialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/divelogexportdialog.ui b/qt-ui/divelogexportdialog.ui
index 6403ead2a..02c8cf38b 100644
--- a/qt-ui/divelogexportdialog.ui
+++ b/qt-ui/divelogexportdialog.ui
@@ -34,7 +34,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
- <number>1</number>
+ <number>0</number>
</property>
<property name="documentMode">
<bool>true</bool>