diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-06-03 09:35:19 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 07:23:37 -0700 |
commit | 2785d7bc3eaaf9a2015dc2d281d7bf6136edc2c4 (patch) | |
tree | babf54a891bba884ff6c1d6ff014e779340943cf /qt-ui/mainwindow.cpp | |
parent | b249370ffec79785b8dd7454e94300f1c793d39f (diff) | |
download | subsurface-2785d7bc3eaaf9a2015dc2d281d7bf6136edc2c4.tar.gz |
Layout improvements to the dive plan
Changed to html.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index af2fcf5c7..a49cdc460 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -416,7 +416,7 @@ void MainWindow::planCreated() void MainWindow::setPlanNotes(const char *notes) { - ui.divePlanOutput->setText(notes); + ui.divePlanOutput->setHtml(notes); } void MainWindow::on_actionDivePlanner_triggered() |