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

fix(gui): ThemeInfoLabel 添加细边框

- 使用 palette(mid) 自适应当前主题色调
This commit is contained in:
2026-05-30 22:20:29 +08:00
parent 9fdb6f7652
commit 10d731518a
+3
View File
@@ -135,6 +135,9 @@ class ALSettingsWidget(QWidget, Ui_ALSettingsWidget):
self.populateStyles()
self.setNavigationIcons()
self.ThemeInfoLabel.setTextFormat(Qt.TextFormat.RichText)
self.ThemeInfoLabel.setStyleSheet(
"border: 1px solid palette(mid); border-radius: 4px; padding: 4px;"
)
def setNavigationIcons(
self