# HG changeset patch # User Wuzzy # Date 1492144596 -7200 # Node ID caff1a3a7456863b72ccba4526f3aaec31ef7eef # Parent 05f1935175dacde26a03ef2c00357112230ad4b8 Use palette icon for user color settings group box diff -r 05f1935175da -r caff1a3a7456 CREDITS --- a/CREDITS Thu Apr 13 23:50:00 2017 +0200 +++ b/CREDITS Fri Apr 14 06:36:36 2017 +0200 @@ -11,7 +11,8 @@ (File name suffixes are omitted) - Tango Project and Wuzzy -> audio, home (CC0) -- abustany and Wuzzy -> Videos, (CC0) +- abustany and Wuzzy -> Videos (CC0) +- Juliane Krug and Wuzzy -> Palette (CC0) ========== = FORTS diff -r 05f1935175da -r caff1a3a7456 QTfrontend/hedgewars.qrc --- a/QTfrontend/hedgewars.qrc Thu Apr 13 23:50:00 2017 +0200 +++ b/QTfrontend/hedgewars.qrc Fri Apr 14 06:36:36 2017 +0200 @@ -93,6 +93,7 @@ res/Save.png res/Record.png res/Videos.png + res/Palette.png res/weaponsicon.png res/teamicon.png res/panelbg.png diff -r 05f1935175da -r caff1a3a7456 QTfrontend/res/Palette.png Binary file QTfrontend/res/Palette.png has changed diff -r 05f1935175da -r caff1a3a7456 QTfrontend/res/Palette.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QTfrontend/res/Palette.svg Fri Apr 14 06:36:36 2017 +0200 @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Openclipart + + + + + + + + + + + + diff -r 05f1935175da -r caff1a3a7456 QTfrontend/ui/page/pageoptions.cpp --- a/QTfrontend/ui/page/pageoptions.cpp Thu Apr 13 23:50:00 2017 +0200 +++ b/QTfrontend/ui/page/pageoptions.cpp Fri Apr 14 06:36:36 2017 +0200 @@ -426,7 +426,7 @@ } { // group: colors - OptionGroupBox * groupColors = new OptionGroupBox(":/res/lightbulb_on.png", tr("Custom colors"), this); + OptionGroupBox * groupColors = new OptionGroupBox(":/res/Palette.png", tr("Custom colors"), this); rightColumn->addWidget(groupColors); groupColors->layout()->setColumnStretch(0, 1);