mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
b249370ffe
commit
2785d7bc3e
4 changed files with 18 additions and 15 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue