mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: Edit the print options widget
Remove obsolete code and add new customizable print code to the options dialog. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
912606e1c7
commit
a0b8eed612
4 changed files with 58 additions and 108 deletions
|
@ -40,7 +40,9 @@ struct print_options {
|
|||
PRETTY,
|
||||
TABLE,
|
||||
TWOPERPAGE,
|
||||
ONEPERPAGE
|
||||
ONEPERPAGE,
|
||||
DIVELIST,
|
||||
STATISTICS
|
||||
} type;
|
||||
bool print_selected;
|
||||
bool color_selected;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue