UI/themes: Add macOS separator fix to Dark and System

This commit is contained in:
gxalpha
2022-08-15 18:04:14 -03:00
committed by Georges Basile Stavracas Neto
parent 66e01d2c5d
commit b7e7bf192c
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -121,6 +121,13 @@ SourceTree QLineEdit {
border-radius: none;
}
/* macOS Separator Fix */
QMainWindow::separator {
background: transparent;
width: 4px;
height: 4px;
}
/* Dock Widget */
QDockWidget {
+7
View File
@@ -138,6 +138,13 @@ QLabel#errorLabel {
font-weight: bold;
}
/* macOS Separator Fix */
QMainWindow::separator {
background: transparent;
width: 4px;
height: 4px;
}
/* About dialog */
* [themeID="aboutName"] {