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

16 lines
331 B
Plaintext
Raw Normal View History

2025-08-14 18:45:16 +08:00
PivotInterface QLabel,
TabInterface QLabel {
padding-left: 10px;
font: 14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
color: black;
}
#controlPanel BodyLabel {
padding-left: 0px;
}
#controlPanel {
background-color: white;
border-left: 1px solid rgb(229, 229, 229);
border-top-right-radius: 10px;
}