diff options
| author | Karol Kosek <krkk@krkk.ct8.pl> | 2020-12-28 10:15:10 +0100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-28 10:40:59 +0100 |
| commit | d35c4fee2236ffbdf998a5a0141be816bd27f3b7 (patch) | |
| tree | 2573026b73a9e7677aec646c27a7e3e756bfb75f /src/browsertab.ui | |
| parent | 93cf9ed07b95f5a55d85b5ade9e14b0bf4dd2a9a (diff) | |
| download | kristall-d35c4fee2236ffbdf998a5a0141be816bd27f3b7.tar.gz | |
Rename close icon to proper names
Didn't add and icon for application-exit because it is only visible
in one place in menu.
Diffstat (limited to 'src/browsertab.ui')
| -rw-r--r-- | src/browsertab.ui | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/browsertab.ui b/src/browsertab.ui index c895f02..61b866c 100644 --- a/src/browsertab.ui +++ b/src/browsertab.ui @@ -75,8 +75,7 @@ <string>Stop</string> </property> <property name="icon"> - <iconset theme="close"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="process-stop"/> </property> </widget> </item> @@ -246,7 +245,7 @@ p, li { white-space: pre-wrap; } <string>Hide</string> </property> <property name="icon"> - <iconset theme="close"/> + <iconset theme="window-close"/> </property> </widget> </item> |
