I prefer that we show the first tab by default. Everyone should remember that Qt Creator changes the currently shown tab as default on save.
Signed-off-by: Miika Turkia <[email protected]> --- qt-ui/divelogexportdialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/divelogexportdialog.ui b/qt-ui/divelogexportdialog.ui index e7ba21d..f48877f 100644 --- a/qt-ui/divelogexportdialog.ui +++ b/qt-ui/divelogexportdialog.ui @@ -17,7 +17,7 @@ <item row="0" column="0"> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="General_tab"> <attribute name="title"> -- 1.9.1 _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
