mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-03-16 02:59:51 +08:00
Updates stylesheets
This commit is contained in:
parent
846535c085
commit
8508a0323a
@ -17,6 +17,7 @@ ads--SectionWidget, SectionWidget {
|
|||||||
|
|
||||||
ads--SectionTitleWidget, SectionTitleWidget {
|
ads--SectionTitleWidget, SectionTitleWidget {
|
||||||
background: palette(window);
|
background: palette(window);
|
||||||
|
border-right: 1px solid palette(light);
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,3 +45,11 @@ IconTitleWidget {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 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