diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-06-03 11:38:24 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 07:38:28 -0700 |
commit | 575a092e7e87d7c86a3eabf89eb9fd68376b92b6 (patch) | |
tree | b84a52fab6903a4074faea9192c22564a97d73ff /qt-ui/mainwindow.ui | |
parent | 6699e3ab3e3f617d5080720733df85cb6a9e2296 (diff) | |
download | subsurface-575a092e7e87d7c86a3eabf89eb9fd68376b92b6.tar.gz |
Planner note logic and layout improved
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 2e7e7ad4b..4ddc0d3d3 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -63,6 +63,9 @@ </layout> </widget> <widget class="QWidget" name="page_2"> + <property name="enabled"> + <bool>true</bool> + </property> <layout class="QHBoxLayout" name="horizontalLayout_4"> <property name="spacing"> <number>0</number> @@ -80,7 +83,11 @@ <number>0</number> </property> <item> - <widget class="DivePlannerWidget" name="divePlannerWidget" native="true"/> + <widget class="DivePlannerWidget" name="divePlannerWidget" native="true"> + <property name="enabled"> + <bool>true</bool> + </property> + </widget> </item> </layout> </widget> @@ -497,7 +504,7 @@ </property> <widget class="QStackedWidget" name="diveListPane"> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="DiveListView" name="ListWidget"> <property name="alternatingRowColors"> |