initial fluent-widgets ui
This commit is contained in:
15
app/resource/qss/light/setting_interface.qss
Normal file
15
app/resource/qss/light/setting_interface.qss
Normal file
@ -0,0 +1,15 @@
|
||||
SettingInterface, #scrollWidget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QScrollArea {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
/* 标签 */
|
||||
QLabel#settingLabel {
|
||||
font: 33px 'Microsoft YaHei Light';
|
||||
background-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user