diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-12-03 20:18:47 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-03 11:30:25 -0800 |
commit | 48cd4af851f83b94970f8e1e46569515a5adc9df (patch) | |
tree | 491cee7846c9eb64e39d5ae62331f91ac8b60c4e /qt-ui/maintab.ui | |
parent | 8189790815652f361376fca794bda295b8ea7cf7 (diff) | |
download | subsurface-48cd4af851f83b94970f8e1e46569515a5adc9df.tar.gz |
Move dive notes edit message above the scrollable widget
The "Save" and "Cancel" buttons disappeared when scrolling to the
bottom of the notes widget.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 8133afb03..5848f0efe 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -18,6 +18,9 @@ <string>Dive Notes</string> </attribute> <layout class="QGridLayout" name="gridLayout_3"> + <item row="2" column="1"> + <widget class="KMessageWidget" name="diveNotesMessage" native="true"/> + </item> <item row="3" column="1"> <widget class="QScrollArea" name="scrollArea"> <property name="frameShape"> @@ -54,9 +57,6 @@ <property name="spacing"> <number>2</number> </property> - <item row="0" column="0" colspan="2"> - <widget class="KMessageWidget" name="diveNotesMessage" native="true"/> - </item> <item row="1" column="0"> <widget class="QLabel" name="DateTimeLabel"> <property name="text"> |