From b7e7bf192cf21028f58f69c25442cec11dc5c78a Mon Sep 17 00:00:00 2001 From: gxalpha Date: Sun, 14 Aug 2022 16:04:34 +0200 Subject: [PATCH] UI/themes: Add macOS separator fix to Dark and System --- UI/data/themes/Dark.qss | 7 +++++++ UI/data/themes/System.qss | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/UI/data/themes/Dark.qss b/UI/data/themes/Dark.qss index 3f201fd05..ab46aabf1 100644 --- a/UI/data/themes/Dark.qss +++ b/UI/data/themes/Dark.qss @@ -121,6 +121,13 @@ SourceTree QLineEdit { border-radius: none; } +/* macOS Separator Fix */ +QMainWindow::separator { + background: transparent; + width: 4px; + height: 4px; +} + /* Dock Widget */ QDockWidget { diff --git a/UI/data/themes/System.qss b/UI/data/themes/System.qss index ac84d40dd..c7cae9980 100644 --- a/UI/data/themes/System.qss +++ b/UI/data/themes/System.qss @@ -138,6 +138,13 @@ QLabel#errorLabel { font-weight: bold; } +/* macOS Separator Fix */ +QMainWindow::separator { + background: transparent; + width: 4px; + height: 4px; +} + /* About dialog */ * [themeID="aboutName"] {