mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: add 1 dive per page option
With this option there is an exception, which makes the notes section of the profile table occupy half the page. This way dive plans can reasonably be printed. Fixes #636 Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f29f41ae9e
commit
21585403db
6 changed files with 36 additions and 6 deletions
|
@ -22,6 +22,7 @@ private
|
|||
slots:
|
||||
void radioSixDivesClicked(bool check);
|
||||
void radioTwoDivesClicked(bool check);
|
||||
void radioOneDiveClicked(bool check);
|
||||
void radioTablePrintClicked(bool check);
|
||||
void printInColorClicked(bool check);
|
||||
void printSelectedClicked(bool check);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue