Merge pull request 'fix: standardize panel heading styles and prevent clipping' (#211) from fix/panel-heading-styles into main
Some checks failed
Build and Test / build (push) Has been cancelled
Some checks failed
Build and Test / build (push) Has been cancelled
Reviewed-on: #211
This commit was merged in pull request #211.
This commit is contained in:
@@ -247,6 +247,8 @@ QDockWidget {
|
||||
QDockWidget::title {
|
||||
background-color: #181825;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
padding: 8px 6px;
|
||||
border-bottom: 1px solid #313244;
|
||||
min-height: 18px;
|
||||
@@ -1129,6 +1131,11 @@ QSint--ActionGroup QFrame {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
QSint--ActionGroup QSint--ActionLabel[class="header"] {
|
||||
color: #cdd6f4;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* Input Field */
|
||||
Gui--InputField {
|
||||
background-color: #313244;
|
||||
|
||||
@@ -247,6 +247,8 @@ QDockWidget {
|
||||
QDockWidget::title {
|
||||
background-color: #181825;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
padding: 8px 6px;
|
||||
border-bottom: 1px solid #313244;
|
||||
min-height: 18px;
|
||||
@@ -1244,6 +1246,11 @@ QSint--ActionGroup QFrame {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
QSint--ActionGroup QSint--ActionLabel[class="header"] {
|
||||
color: #cdd6f4;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* Input Field */
|
||||
Gui--InputField {
|
||||
background-color: #313244;
|
||||
|
||||
Reference in New Issue
Block a user