mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-26 09:21:55 -04:00
UI/themes: Add macOS separator fix to Dark and System
This commit is contained in:
committed by
Georges Basile Stavracas Neto
parent
66e01d2c5d
commit
b7e7bf192c
@@ -121,6 +121,13 @@ SourceTree QLineEdit {
|
||||
border-radius: none;
|
||||
}
|
||||
|
||||
/* macOS Separator Fix */
|
||||
QMainWindow::separator {
|
||||
background: transparent;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
}
|
||||
|
||||
/* Dock Widget */
|
||||
|
||||
QDockWidget {
|
||||
|
||||
@@ -138,6 +138,13 @@ QLabel#errorLabel {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* macOS Separator Fix */
|
||||
QMainWindow::separator {
|
||||
background: transparent;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
}
|
||||
|
||||
/* About dialog */
|
||||
|
||||
* [themeID="aboutName"] {
|
||||
|
||||
Reference in New Issue
Block a user