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/dialogs | |
| 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/dialogs')
| -rw-r--r-- | src/dialogs/settingsdialog.ui | 22 |
1 files changed, 11 insertions, 11 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> |
