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/widgets/mediaplayer.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/widgets/mediaplayer.ui')
| -rw-r--r-- | src/widgets/mediaplayer.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/mediaplayer.ui b/src/widgets/mediaplayer.ui index 39fb570..9c64e0a 100644 --- a/src/widgets/mediaplayer.ui +++ b/src/widgets/mediaplayer.ui @@ -28,7 +28,7 @@ <string>...</string> </property> <property name="icon"> - <iconset theme="play"/> + <iconset theme="media-playback-start"/> </property> </widget> </item> @@ -58,7 +58,7 @@ <string>...</string> </property> <property name="icon"> - <iconset theme="volume-on"/> + <iconset theme="audio-volume-high"/> </property> <property name="checkable"> <bool>true</bool> |
