mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Clear multi-line string separator on the c++ code.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
fdfd261f14
commit
ee25edc28e
1 changed files with 15 additions and 15 deletions
|
@ -99,21 +99,21 @@ void PrintLayout::printTable() const
|
|||
doc.setPageSize(pageSize);
|
||||
|
||||
QString styleSheet(
|
||||
"<style type='text/css'>" \
|
||||
"table {" \
|
||||
" border-width: 1px;" \
|
||||
" border-style: solid;" \
|
||||
" border-color: #999999;" \
|
||||
"}" \
|
||||
"th {" \
|
||||
" background-color: #eeeeee;" \
|
||||
" font-size: small;" \
|
||||
" padding: 3px 5px 3px 5px;" \
|
||||
"}" \
|
||||
"td {" \
|
||||
" font-size: small;" \
|
||||
" padding: 3px 5px 3px 5px;" \
|
||||
"}" \
|
||||
"<style type='text/css'>"
|
||||
"table {"
|
||||
" border-width: 1px;"
|
||||
" border-style: solid;"
|
||||
" border-color: #999999;"
|
||||
"}"
|
||||
"th {"
|
||||
" background-color: #eeeeee;"
|
||||
" font-size: small;"
|
||||
" padding: 3px 5px 3px 5px;"
|
||||
"}"
|
||||
"td {"
|
||||
" font-size: small;"
|
||||
" padding: 3px 5px 3px 5px;"
|
||||
"}"
|
||||
"</style>"
|
||||
);
|
||||
// setDefaultStyleSheet() doesn't work here?
|
||||
|
|
Loading…
Add table
Reference in a new issue