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

master
gxalpha 2022-08-14 16:04:34 +02:00 committed by Georges Basile Stavracas Neto
parent 66e01d2c5d
commit b7e7bf192c
2 changed files with 14 additions and 0 deletions

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 {

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"] {