diff options
| author | Karol Kosek <krkk@krkk.ct8.pl> | 2021-02-25 17:00:00 +0100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-03-06 10:18:32 +0100 |
| commit | 4b5991e96ba91ae09d9f8fe486378e2c62d701d0 (patch) | |
| tree | aee7d6842564ef5a189713bcbafdb8f8147c6046 /src | |
| parent | a6f4bb38b7d3000158034115cbc9858a407e5a52 (diff) | |
| download | kristall-4b5991e96ba91ae09d9f8fe486378e2c62d701d0.tar.gz | |
palette -> color-select-symbolic
Many icon themes does not have the palette icon, which results
in an empty button in the settings.
It should fix a bug from one of the comments in #64.
(but not the issue itself).
Diffstat (limited to 'src')
| -rw-r--r-- | src/dialogs/settingsdialog.ui | 22 | ||||
| -rw-r--r-- | src/icons.qrc | 4 | ||||
| -rw-r--r-- | src/icons/dark/objects/color-select-symbolic.svg (renamed from src/icons/dark/objects/palette.svg) | 0 | ||||
| -rw-r--r-- | src/icons/light/objects/color-select-symbolic.svg (renamed from src/icons/light/objects/palette.svg) | 0 |
4 files changed, 13 insertions, 13 deletions
diff --git a/src/dialogs/settingsdialog.ui b/src/dialogs/settingsdialog.ui index 6c0182d..d80676a 100644 --- a/src/dialogs/settingsdialog.ui +++ b/src/dialogs/settingsdialog.ui @@ -624,7 +624,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -674,7 +674,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -717,7 +717,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -760,7 +760,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -803,7 +803,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -853,7 +853,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -903,7 +903,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -978,7 +978,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -1003,7 +1003,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -1028,7 +1028,7 @@ <string/> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> @@ -1354,7 +1354,7 @@ <string>...</string> </property> <property name="icon"> - <iconset theme="palette"> + <iconset theme="color-select-symbolic"> <normaloff>.</normaloff>.</iconset> </property> </widget> diff --git a/src/icons.qrc b/src/icons.qrc index d623dc0..422e050 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -35,7 +35,7 @@ <file>icons/light/objects/go-home.svg</file> <file>icons/light/objects/help-about.svg</file> <file>icons/light/objects/menu.svg</file> - <file>icons/light/objects/palette.svg</file> + <file>icons/light/objects/color-select-symbolic.svg</file> <file>icons/light/objects/settings.svg</file> <file>icons/light/objects/audio-volume-high.svg</file> <file>icons/light/objects/audio-volume-muted.svg</file> @@ -80,7 +80,7 @@ <file>icons/dark/objects/go-home.svg</file> <file>icons/dark/objects/help-about.svg</file> <file>icons/dark/objects/menu.svg</file> - <file>icons/dark/objects/palette.svg</file> + <file>icons/dark/objects/color-select-symbolic.svg</file> <file>icons/dark/objects/settings.svg</file> <file>icons/dark/objects/table-of-contents.svg</file> <file>icons/dark/objects/audio-volume-muted.svg</file> diff --git a/src/icons/dark/objects/palette.svg b/src/icons/dark/objects/color-select-symbolic.svg index 26c7e71..26c7e71 100644 --- a/src/icons/dark/objects/palette.svg +++ b/src/icons/dark/objects/color-select-symbolic.svg diff --git a/src/icons/light/objects/palette.svg b/src/icons/light/objects/color-select-symbolic.svg index ebf6936..ebf6936 100644 --- a/src/icons/light/objects/palette.svg +++ b/src/icons/light/objects/color-select-symbolic.svg |
