mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-12-15 03:22:05 +08:00
Change window sizePolicy
Change window sizePolicy from setFixedSize to setMinimumSize; Change icon name; Update part of translation.
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
|
||||
#include <QCommandLineParser>
|
||||
#include <QCommandLineOption>
|
||||
|
||||
#include <QTranslator>
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QSettings>
|
||||
|
||||
@@ -42,7 +39,7 @@ int main(int argc, char *argv[])
|
||||
//descrition
|
||||
dialog.setProductName(QString("<span>%1</span>").arg(DEFAULT_TITLE));
|
||||
//Icons
|
||||
dialog.setProductIcon(QIcon(":/images/deepin-launcher.svg"));
|
||||
dialog.setProductIcon(QIcon(":/images/spark-webapp-runtime.svg"));
|
||||
//Organization logo
|
||||
dialog.setCompanyLogo(QPixmap(":/images/Logo-Spark.png"));
|
||||
//about
|
||||
|
||||
Reference in New Issue
Block a user