aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2020-12-28 10:15:10 +0100
committerFelix Queißner <felix@ib-queissner.de>2020-12-28 10:40:59 +0100
commitd35c4fee2236ffbdf998a5a0141be816bd27f3b7 (patch)
tree2573026b73a9e7677aec646c27a7e3e756bfb75f /src
parent93cf9ed07b95f5a55d85b5ade9e14b0bf4dd2a9a (diff)
downloadkristall-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')
-rw-r--r--src/browsertab.ui5
-rw-r--r--src/icons.qrc6
-rw-r--r--src/icons/dark/actions/process-stop.svg (renamed from src/icons/dark/actions/close.svg)0
-rw-r--r--src/icons/dark/actions/window-close.svg1
-rw-r--r--src/icons/light/actions/process-stop.svg (renamed from src/icons/light/actions/close.svg)0
-rw-r--r--src/icons/light/actions/window-close.svg1
-rw-r--r--src/mainwindow.ui6
7 files changed, 10 insertions, 9 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>
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 @@
<file>icons/gopher/sound.svg</file>
<file>icons/gopher/telnet.svg</file>
<file>icons/gopher/text.svg</file>
- <file>icons/light/actions/close.svg</file>
+ <file>icons/light/actions/window-close.svg</file>
+ <file>icons/light/actions/process-stop.svg</file>
<file>icons/light/actions/edit-delete.svg</file>
<file>icons/light/actions/go-previous.svg</file>
<file>icons/light/actions/go-next.svg</file>
@@ -49,7 +50,8 @@
<file>icons/light/objects/history.svg</file>
<file>icons/light/objects/table-of-contents.svg</file>
<file>icons/light/actions/document-new.svg</file>
- <file>icons/dark/actions/close.svg</file>
+ <file>icons/dark/actions/window-close.svg</file>
+ <file>icons/dark/actions/process-stop.svg</file>
<file>icons/dark/actions/document-new.svg</file>
<file>icons/dark/actions/edit-delete.svg</file>
<file>icons/dark/actions/go-previous.svg</file>
diff --git a/src/icons/dark/actions/close.svg b/src/icons/dark/actions/process-stop.svg
index af528d6..af528d6 100644
--- a/src/icons/dark/actions/close.svg
+++ b/src/icons/dark/actions/process-stop.svg
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 @@
+<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#FFFFFF" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/close.svg b/src/icons/light/actions/process-stop.svg
index 18691d7..18691d7 100644
--- a/src/icons/light/actions/close.svg
+++ b/src/icons/light/actions/process-stop.svg
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 @@
+<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg> \ 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 @@
</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>