diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-12 21:03:10 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:03:59 +0100 |
| commit | 8a3490a30064d5e373a7a5d32f3e90b1655e099e (patch) | |
| tree | cfa129f4d836a84b5e70096bf53a997c4b215284 | |
| parent | c64977a7db61d5f4ce6215d364952bf41028f639 (diff) | |
| download | monzero-gui-8a3490a30064d5e373a7a5d32f3e90b1655e099e.tar.gz monzero-gui-8a3490a30064d5e373a7a5d32f3e90b1655e099e.tar.xz monzero-gui-8a3490a30064d5e373a7a5d32f3e90b1655e099e.zip | |
Added titlebar images, updated QRC
| -rw-r--r-- | images/close.png | bin | 0 -> 280 bytes | |||
| -rw-r--r-- | images/fullscreen.png | bin | 0 -> 185 bytes | |||
| -rw-r--r-- | images/minimize.png | bin | 0 -> 125 bytes | |||
| -rw-r--r-- | qml.qrc | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/images/close.png b/images/close.png Binary files differnew file mode 100644 index 00000000..c9e47a66 --- /dev/null +++ b/images/close.png diff --git a/images/fullscreen.png b/images/fullscreen.png Binary files differnew file mode 100644 index 00000000..d54ba6ba --- /dev/null +++ b/images/fullscreen.png diff --git a/images/minimize.png b/images/minimize.png Binary files differnew file mode 100644 index 00000000..f0f59144 --- /dev/null +++ b/images/minimize.png @@ -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> |
