diff options
| author | Karol Kosek <krkk@krkk.ct8.pl> | 2020-12-26 13:43:25 +0100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-27 00:03:30 +0100 |
| commit | 13ea5684612b85bd897e1e79d88737bc0e691b49 (patch) | |
| tree | 41339368e31066b0440fa97ecbdfd453901b9f8b /src/dialogs/settingsdialog.ui | |
| parent | 136fead7a537d642e700d1696b655c4fed4ae398 (diff) | |
| download | kristall-13ea5684612b85bd897e1e79d88737bc0e691b49.tar.gz | |
Use standard icon names
document-{export,import}, and view-certificate aren't in the standard though.
https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
Diffstat (limited to 'src/dialogs/settingsdialog.ui')
| -rw-r--r-- | src/dialogs/settingsdialog.ui | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/dialogs/settingsdialog.ui b/src/dialogs/settingsdialog.ui index 4e92ab8..fdfd33b 100644 --- a/src/dialogs/settingsdialog.ui +++ b/src/dialogs/settingsdialog.ui @@ -722,8 +722,7 @@ <string>...</string> </property> <property name="icon"> - <iconset theme="create-new"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="document-new"/> </property> </widget> </item> @@ -736,8 +735,7 @@ <string>...</string> </property> <property name="icon"> - <iconset theme="save"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="document-save"/> </property> </widget> </item> @@ -767,8 +765,7 @@ <string>...</string> </property> <property name="icon"> - <iconset theme="save-import"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="document-import"/> </property> </widget> </item> @@ -781,8 +778,7 @@ <string>...</string> </property> <property name="icon"> - <iconset theme="save-export"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="document-export"/> </property> </widget> </item> @@ -848,8 +844,7 @@ </widget> <widget class="QWidget" name="gem_trust_page"> <attribute name="icon"> - <iconset theme="certificate"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="view-certificate"/> </attribute> <attribute name="title"> <string>Gemini TLS</string> @@ -862,8 +857,7 @@ </widget> <widget class="QWidget" name="https_trust"> <attribute name="icon"> - <iconset theme="certificate"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="view-certificate"/> </attribute> <attribute name="title"> <string>HTTPS TLS</string> |
