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
@ -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…
x
Reference in New Issue
Block a user