diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-08-07 09:54:09 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-08-15 15:02:30 +0300 |
commit | 1dbe10fe278650430beca638976ea7df3b5c76fd (patch) | |
tree | 012d141cf23cc0c410a2894ce040c0402e2e1d8b /templatelayout.h | |
parent | 1a2f154cf49041a223e5801328beb68cb8b42442 (diff) | |
download | subsurface-1dbe10fe278650430beca638976ea7df3b5c76fd.tar.gz |
Printing: add another color in color palettes
Add another color 'Table cells 2' to the color palette, make all the
backgrounds solid white by default.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'templatelayout.h')
-rw-r--r-- | templatelayout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templatelayout.h b/templatelayout.h index 1bb08d25d..07e3ae060 100644 --- a/templatelayout.h +++ b/templatelayout.h @@ -165,6 +165,8 @@ if (property == "font") { return object.color_palette.color4.name(); } else if (property == "color5") { return object.color_palette.color5.name(); +} else if (property == "color6") { + return object.color_palette.color6.name(); } GRANTLEE_END_LOOKUP |