mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
1a2f154cf4
commit
1dbe10fe27
5 changed files with 80 additions and 25 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue