From d35c4fee2236ffbdf998a5a0141be816bd27f3b7 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Mon, 28 Dec 2020 10:15:10 +0100 Subject: Rename close icon to proper names Didn't add and icon for application-exit because it is only visible in one place in menu. --- src/browsertab.ui | 5 ++--- src/icons.qrc | 6 ++++-- src/icons/dark/actions/close.svg | 1 - src/icons/dark/actions/process-stop.svg | 1 + src/icons/dark/actions/window-close.svg | 1 + src/icons/light/actions/close.svg | 1 - src/icons/light/actions/process-stop.svg | 1 + src/icons/light/actions/window-close.svg | 1 + src/mainwindow.ui | 6 ++---- 9 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 src/icons/dark/actions/close.svg create mode 100644 src/icons/dark/actions/process-stop.svg create mode 100644 src/icons/dark/actions/window-close.svg delete mode 100644 src/icons/light/actions/close.svg create mode 100644 src/icons/light/actions/process-stop.svg create mode 100644 src/icons/light/actions/window-close.svg (limited to 'src') 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 @@ Stop - - .. + @@ -246,7 +245,7 @@ p, li { white-space: pre-wrap; } Hide - + diff --git a/src/icons.qrc b/src/icons.qrc index ed286ea..efee842 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -16,7 +16,8 @@ icons/gopher/sound.svg icons/gopher/telnet.svg icons/gopher/text.svg - icons/light/actions/close.svg + icons/light/actions/window-close.svg + icons/light/actions/process-stop.svg icons/light/actions/edit-delete.svg icons/light/actions/go-previous.svg icons/light/actions/go-next.svg @@ -49,7 +50,8 @@ icons/light/objects/history.svg icons/light/objects/table-of-contents.svg icons/light/actions/document-new.svg - icons/dark/actions/close.svg + icons/dark/actions/window-close.svg + icons/dark/actions/process-stop.svg icons/dark/actions/document-new.svg icons/dark/actions/edit-delete.svg icons/dark/actions/go-previous.svg diff --git a/src/icons/dark/actions/close.svg b/src/icons/dark/actions/close.svg deleted file mode 100644 index af528d6..0000000 --- a/src/icons/dark/actions/close.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/icons/dark/actions/process-stop.svg b/src/icons/dark/actions/process-stop.svg new file mode 100644 index 0000000..af528d6 --- /dev/null +++ b/src/icons/dark/actions/process-stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/dark/actions/window-close.svg b/src/icons/dark/actions/window-close.svg new file mode 100644 index 0000000..af528d6 --- /dev/null +++ b/src/icons/dark/actions/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/light/actions/close.svg b/src/icons/light/actions/close.svg deleted file mode 100644 index 18691d7..0000000 --- a/src/icons/light/actions/close.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/icons/light/actions/process-stop.svg b/src/icons/light/actions/process-stop.svg new file mode 100644 index 0000000..18691d7 --- /dev/null +++ b/src/icons/light/actions/process-stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/light/actions/window-close.svg b/src/icons/light/actions/window-close.svg new file mode 100644 index 0000000..18691d7 --- /dev/null +++ b/src/icons/light/actions/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file 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 @@ - - .. + Quit @@ -262,8 +261,7 @@ - - .. + Close Tab -- cgit v1.2.3