1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

chore(icons): 添加多种图标格式,将当前的图标尺寸从 1024x1024 调整为 32x32

This commit is contained in:
2025-12-22 11:55:33 +08:00
parent 6abf530307
commit 580052f1e3
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class ALMainWindow(QMainWindow, Ui_ALMainWindow):
self
):
self.icon = QIcon(":/res/icon/icons/AutoLibrary.ico")
self.icon = QIcon(":/res/icon/icons/AutoLibrary_32x32.ico")
self.setWindowIcon(self.icon)
self.MessageIOTextEdit.setFont(QFont("Courier New", 10))
self.ManualAction.triggered.connect(self.onManualActionTriggered)