mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
PrintLayout: a whitespace fix
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3f9049290e
commit
5e8f4c8560
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ PrintLayout::PrintLayout(PrintDialog *dialogPtr, QPrinter *printerPtr, struct op
|
|||
profilePrintColumnWidths.append(dw + 8);
|
||||
profilePrintColumnWidths.append(dw - 4);
|
||||
profilePrintColumnWidths.append(dw - 4); // fit to 100%
|
||||
const int sr = 12; // smallest row height in pixels
|
||||
const int sr = 12; // smallest row height in pixels
|
||||
profilePrintRowHeights.append(sr);
|
||||
profilePrintRowHeights.append(sr + 4);
|
||||
profilePrintRowHeights.append(sr);
|
||||
|
|
Loading…
Add table
Reference in a new issue