Mac release 1.0.1

This commit is contained in:
CodeCrafter912 2019-02-18 19:10:08 +01:00
parent 74726a10d8
commit 68a25689dc
5 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
TEMPLATE = app
TARGET = fannyapp
ICON = shared/favicon.icns
RC_ICONS = shared/favicon.ico
ICON = shared/graphics/favicon.icns
RC_ICONS = shared/graphics/favicon.ico
SOURCES += \
sources/serverconn.cpp \

View File

@ -159,6 +159,7 @@ Page {
source: formStack.depth > 1 ? "qrc:/graphics/icons/backDark.png" : "qrc:/graphics/icons/drawer.png"
height: parent.height
width: parent.width
fillMode: Image.PreserveAspectFit
Behavior on scale {
PropertyAnimation {
duration: 100

BIN
release/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.