Mac release 1.0.1
This commit is contained in:
parent
74726a10d8
commit
68a25689dc
5 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = fannyapp
|
TARGET = fannyapp
|
||||||
|
|
||||||
ICON = shared/favicon.icns
|
ICON = shared/graphics/favicon.icns
|
||||||
RC_ICONS = shared/favicon.ico
|
RC_ICONS = shared/graphics/favicon.ico
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
sources/serverconn.cpp \
|
sources/serverconn.cpp \
|
||||||
|
|
|
@ -159,6 +159,7 @@ Page {
|
||||||
source: formStack.depth > 1 ? "qrc:/graphics/icons/backDark.png" : "qrc:/graphics/icons/drawer.png"
|
source: formStack.depth > 1 ? "qrc:/graphics/icons/backDark.png" : "qrc:/graphics/icons/drawer.png"
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
Behavior on scale {
|
Behavior on scale {
|
||||||
PropertyAnimation {
|
PropertyAnimation {
|
||||||
duration: 100
|
duration: 100
|
||||||
|
|
BIN
release/.DS_Store
vendored
BIN
release/.DS_Store
vendored
Binary file not shown.
BIN
release/mac OS/fannyapp - 0.9.4.dmg
Normal file
BIN
release/mac OS/fannyapp - 0.9.4.dmg
Normal file
Binary file not shown.
Binary file not shown.
Reference in a new issue