diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2014-07-25 03:50:39 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-24 21:06:05 -0700 |
commit | 5e8f4c8560e5e21347531f09e48e3df802ae3b98 (patch) | |
tree | 9da1cb6dbc6517ab1d873fe16565612797672f0c /qt-ui | |
parent | 3f9049290e78944f5620fe3b35262d264dc1b3ea (diff) | |
download | subsurface-5e8f4c8560e5e21347531f09e48e3df802ae3b98.tar.gz |
PrintLayout: a whitespace fix
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/printlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/printlayout.cpp b/qt-ui/printlayout.cpp index 4b368db14..c874471e1 100644 --- a/qt-ui/printlayout.cpp +++ b/qt-ui/printlayout.cpp @@ -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); |