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/browsertab.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/browsertab.ui')
| -rw-r--r-- | src/browsertab.ui | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/browsertab.ui b/src/browsertab.ui index df1b530..c895f02 100644 --- a/src/browsertab.ui +++ b/src/browsertab.ui @@ -43,8 +43,7 @@ <string>Back</string> </property> <property name="icon"> - <iconset theme="navigate-back"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="go-previous"/> </property> </widget> </item> @@ -60,8 +59,7 @@ <string>Forward</string> </property> <property name="icon"> - <iconset theme="navigate-forward"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="go-next"/> </property> </widget> </item> @@ -94,8 +92,7 @@ <string>Reload</string> </property> <property name="icon"> - <iconset theme="refresh"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="view-refresh"/> </property> </widget> </item> @@ -223,7 +220,7 @@ p, li { white-space: pre-wrap; } <string>Previous</string> </property> <property name="icon"> - <iconset theme="search-previous"/> + <iconset theme="go-up-search"/> </property> </widget> </item> @@ -236,7 +233,7 @@ p, li { white-space: pre-wrap; } <string>Next</string> </property> <property name="icon"> - <iconset theme="search-next"/> + <iconset theme="go-down-search"/> </property> </widget> </item> |
