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>
This commit is contained in:
Robert C. Helling 2014-06-03 09:35:19 +02:00 committed by Dirk Hohndel
parent b249370ffe
commit 2785d7bc3e
4 changed files with 18 additions and 15 deletions

View file

@ -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()