Change window sizePolicy

Change window sizePolicy from setFixedSize to setMinimumSize;
Change icon name;
Update part of translation.
This commit is contained in:
2020-11-18 20:59:26 +08:00
parent c324f501bb
commit e86473c650
16 changed files with 52 additions and 49 deletions

View File

@@ -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