added the new logo of the Treffpunkt Fanny
This commit is contained in:
parent
7e80091e2e
commit
89169bc061
7 changed files with 4 additions and 4 deletions
|
@ -88,6 +88,7 @@ Page {
|
|||
id: foodplanButton
|
||||
|
||||
image: app.style.style.treffpunktFannyIcon
|
||||
imageScale: 1.3
|
||||
|
||||
size: smallMenu.buttonSize
|
||||
|
||||
|
|
BIN
resources/shared/graphics/TreffpunktFannyLogo.xcf
Normal file
BIN
resources/shared/graphics/TreffpunktFannyLogo.xcf
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 204 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 206 KiB |
|
@ -1,7 +1,5 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>icons/FannyLogoDark.jpg</file>
|
||||
<file>icons/FannyLogoLight.png</file>
|
||||
<file>icons/TreffpunktFannyLogoDark.png</file>
|
||||
<file>icons/TreffpunktFannyLogoLight.png</file>
|
||||
<file>icons/logoutBlack.png</file>
|
||||
|
@ -10,9 +8,10 @@
|
|||
<file>icons/settingsBlack.png</file>
|
||||
<file>icons/sheute.png</file>
|
||||
<file>icons/smorgen.png</file>
|
||||
<file>icons/TreffpunktFannyLogo.png</file>
|
||||
<file>graphics/Icon Big square.png</file>
|
||||
<file>graphics/favicon.png</file>
|
||||
<file>fonts/IconFont.otf</file>
|
||||
<file>icons/FannyLogoDark.jpg</file>
|
||||
<file>icons/FannyLogoLight.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -46,7 +46,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
AppSettings * pAppSettings = new AppSettings();
|
||||
|
||||
//QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
//QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
|
||||
QGuiApplication app(argc, argv);
|
||||
|
|
Reference in a new issue