aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-11-12 21:03:10 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:03:59 +0100
commit8a3490a30064d5e373a7a5d32f3e90b1655e099e (patch)
treecfa129f4d836a84b5e70096bf53a997c4b215284
parentc64977a7db61d5f4ce6215d364952bf41028f639 (diff)
downloadmonzero-gui-8a3490a30064d5e373a7a5d32f3e90b1655e099e.tar.gz
monzero-gui-8a3490a30064d5e373a7a5d32f3e90b1655e099e.tar.xz
monzero-gui-8a3490a30064d5e373a7a5d32f3e90b1655e099e.zip
Added titlebar images, updated QRC
-rw-r--r--images/close.pngbin0 -> 280 bytes
-rw-r--r--images/fullscreen.pngbin0 -> 185 bytes
-rw-r--r--images/minimize.pngbin0 -> 125 bytes
-rw-r--r--qml.qrc3
4 files changed, 3 insertions, 0 deletions
diff --git a/images/close.png b/images/close.png
new file mode 100644
index 00000000..c9e47a66
--- /dev/null
+++ b/images/close.png
Binary files differ
diff --git a/images/fullscreen.png b/images/fullscreen.png
new file mode 100644
index 00000000..d54ba6ba
--- /dev/null
+++ b/images/fullscreen.png
Binary files differ
diff --git a/images/minimize.png b/images/minimize.png
new file mode 100644
index 00000000..f0f59144
--- /dev/null
+++ b/images/minimize.png
Binary files differ
diff --git a/qml.qrc b/qml.qrc
index f8e75e48..7b52b992 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -165,5 +165,8 @@
<file>images/appicon.ico</file>
<file>images/right.png</file>
<file>images/card-background.png</file>
+ <file>images/minimize.png</file>
+ <file>images/fullscreen.png</file>
+ <file>images/close.png</file>
</qresource>
</RCC>