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/mainwindow.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/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 714d527..798b1bb 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -242,8 +242,7 @@ </action> <action name="actionQuit"> <property name="icon"> - <iconset theme="close"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="application-exit"/> </property> <property name="text"> <string>Quit</string> @@ -262,8 +261,7 @@ </action> <action name="actionClose_Tab"> <property name="icon"> - <iconset theme="close"> - <normaloff>.</normaloff>.</iconset> + <iconset theme="window-close"/> </property> <property name="text"> <string>Close Tab</string> |
