Files
fluent_widgets_pyside6/app/resource/qss/light/setting_interface.qss

16 lines
255 B
Plaintext
Raw Normal View History

2025-08-14 18:45:16 +08:00
SettingInterface, #scrollWidget {
background-color: transparent;
}
QScrollArea {
background-color: transparent;
border: none;
}
/* 标签 */
QLabel#settingLabel {
font: 33px 'Microsoft YaHei Light';
background-color: transparent;
}