diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-04 07:42:28 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-04 07:42:28 -0800 |
commit | 317bbe4425dee73671e8e066911eddced579f917 (patch) | |
tree | d8cd96de73713f60ebbc82e8769799673d0cdc70 /qt-ui/mainwindow.ui | |
parent | e02a6b9c423e264bb35ddf0eec46717a9915f404 (diff) | |
download | subsurface-317bbe4425dee73671e8e066911eddced579f917.tar.gz |
Fix incorrect name for layout
If I want to use the names to make more sense out of the layouts, I might
as well name them correctly...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index ac16afc30..a416b43b1 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -45,7 +45,7 @@ <property name="enabled"> <bool>true</bool> </property> - <layout class="QHBoxLayout" name="profileOuterLayout"> + <layout class="QHBoxLayout" name="divePlannerLayout"> <item> <widget class="DivePlannerWidget" name="divePlannerWidget" native="true"> <property name="enabled"> |