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

refactor(gui): 重构更新 AutoLibrary Logo 样式为全新设计样式

This commit is contained in:
2026-05-23 19:26:00 +08:00
parent 3cea7df736
commit 531b05651e
7 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class ALMainWindow(MsgBase, QMainWindow, Ui_ALMainWindow):
self
):
self.icon = QIcon(":/res/icon/icons/AutoLibrary_32x32.ico")
self.icon = QIcon(":/res/icon/icons/AutoLibrary_Logo.svg")
self.setWindowIcon(self.icon)
self.MessageIOTextEdit.setFont(QFont("Courier New", 10))
self.ManualAction.triggered.connect(self.onManualActionTriggered)