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/mainwindow.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/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 8bda9c5..714d527 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -234,8 +234,7 @@ </widget> <action name="actionAbout"> <property name="icon"> - <iconset theme="info"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="help-about"/> </property> <property name="text"> <string>About...</string> @@ -284,8 +283,7 @@ </action> <action name="actionBackward"> <property name="icon"> - <iconset theme="navigate-back"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="go-previous"/> </property> <property name="text"> <string>Back</string> @@ -299,8 +297,7 @@ </action> <action name="actionForward"> <property name="icon"> - <iconset theme="navigate-forward"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="go-next"/> </property> <property name="text"> <string>Forward</string> @@ -314,8 +311,7 @@ </action> <action name="actionRefresh"> <property name="icon"> - <iconset theme="refresh"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="view-refresh"/> </property> <property name="text"> <string>Refresh</string> @@ -335,8 +331,7 @@ </action> <action name="actionSave_as"> <property name="icon"> - <iconset theme="save"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="document-save-as"/> </property> <property name="text"> <string>Save as...</string> @@ -362,8 +357,7 @@ </action> <action name="actionGo_to_home"> <property name="icon"> - <iconset theme="home"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="go-home"/> </property> <property name="text"> <string>Go to home</string> @@ -395,8 +389,7 @@ </action> <action name="actionManage_Certificates"> <property name="icon"> - <iconset theme="certificate"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="view-certificate"/> </property> <property name="text"> <string>Manage Certificates…</string> |
