mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: export border to templates
As there is a problem with sizing the borders in QWebView, "vw" sizing is not working as supposed with border-width, As a workaround we export border-width dynamically, so that border-width is relatively the same for all page sizes. The border-width is equal to the page width / 1000 which gives a nice range for borders for A0 - A5 papers, Also prevent drawing zero pixel borders and use 1 px borders as the minimum border. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
parent
0ced68f15d
commit
59eddc6259
3 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,7 @@ struct print_options {
|
|||
struct template_options {
|
||||
int font_index;
|
||||
int color_palette_index;
|
||||
int border_width;
|
||||
double font_size;
|
||||
double line_spacing;
|
||||
struct color_palette_struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue