mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-24 23:31:32 +08:00
Updates stylesheets
This commit is contained in:
parent
846535c085
commit
8508a0323a
@ -17,6 +17,7 @@ ads--SectionWidget, SectionWidget {
|
||||
|
||||
ads--SectionTitleWidget, SectionTitleWidget {
|
||||
background: palette(window);
|
||||
border-right: 1px solid palette(light);
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
|
@ -45,3 +45,11 @@ IconTitleWidget {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ads--SectionTitleWidget QLabel, SectionTitleWidget QLabel {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
ads--SectionTitleWidget[activeTab="true"] QLabel, SectionTitleWidget[activeTab="true"] QLabel {
|
||||
color: #ffffff;
|
||||
}
|
Loading…
Reference in New Issue
Block a user