ui: added new icon and moved it to data/gui/icon

This commit is contained in:
Eberhard Graether
2015-03-23 15:17:49 +01:00
parent 9c224dc519
commit 5fc7182dc0
5 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

+1 -1
View File
@@ -118,7 +118,7 @@ echo -e $INFO "App dependencies"
otool -L $APP_PATH
echo -e $INFO "Create icon"
ICON=../data/gui/logo_1024_1024.png
ICON=../data/gui/icon/logo_1024_1024.png
ICON_SET=$RES_DIR/icon.iconset
mkdir -p $ICON_SET
+1 -1
View File
@@ -25,7 +25,7 @@ QtMainWindow::QtMainWindow()
setObjectName("QtMainWindow");
setCentralWidget(nullptr);
setDockNestingEnabled(true);
setWindowIcon(QIcon("./data/logo_1024_1024.png"));
setWindowIcon(QIcon("./data/gui/icon/logo_1024_1024.png"));
setupProjectMenu();
setupEditMenu();
setupViewMenu();