mirror of
https://github.com/ARMSX2/ARMSX3.git
synced 2026-08-24 16:58:52 -07:00
yorha: Fix left padding on QDockWidget titles
This commit is contained in:
@@ -247,6 +247,7 @@ QDockWidget {
|
|||||||
QDockWidget::title {
|
QDockWidget::title {
|
||||||
background: #4d4940;
|
background: #4d4940;
|
||||||
padding-top: 0.2em;
|
padding-top: 0.2em;
|
||||||
|
padding-left: 0.2em;
|
||||||
}
|
}
|
||||||
QDockWidget::close-button, QDockWidget::float-button {
|
QDockWidget::close-button, QDockWidget::float-button {
|
||||||
background-color: #b3ac98;
|
background-color: #b3ac98;
|
||||||
|
|||||||
Reference in New Issue
Block a user