mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 12:52:04 +08:00
!34 修改control/修改logo
* 删除: assets/Logo-Spark.png * update src/main.cpp. * The font used for new logo * new logo file * update debian/control.
This commit is contained in:
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
|
||||
)
|
||||
);
|
||||
dialog.setProductName(QLabel::tr("Spark Store"));
|
||||
dialog.setCompanyLogo(QPixmap(":/Logo-Spark.png"));
|
||||
dialog.setCompanyLogo(QPixmap(":/spark-store.png"));
|
||||
dialog.setWebsiteName(QObject::tr("The Spark Project"));
|
||||
dialog.setWebsiteLink("https://gitee.com/deepin-community-store");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user