diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-07-13 11:23:35 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-07-20 15:28:40 +0300 |
commit | f8f645398857ca7cfb3c9496259e2ab638065642 (patch) | |
tree | 25a7bc9d525b32392c74a28e8c1bc87ea977f900 /qt-ui/templateedit.ui | |
parent | c18e5ec795c309f4ca0993db86a6bf17f000270d (diff) | |
download | subsurface-f8f645398857ca7cfb3c9496259e2ab638065642.tar.gz |
Printing: add custom color palette
We can use custom color palette to edit current color palette.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/templateedit.ui')
-rw-r--r-- | qt-ui/templateedit.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/templateedit.ui b/qt-ui/templateedit.ui index 771fa90f8..4f9c9c2ed 100644 --- a/qt-ui/templateedit.ui +++ b/qt-ui/templateedit.ui @@ -132,6 +132,11 @@ <string>Almond</string> </property> </item> + <item> + <property name="text"> + <string>Custom</string> + </property> + </item> </widget> </item> </layout> |