فهرست منبع

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

gxalpha 3 سال پیش
والد
کامیت
b7e7bf192c
2فایلهای تغییر یافته به همراه14 افزوده شده و 0 حذف شده
  1. 7 0
      UI/data/themes/Dark.qss
  2. 7 0
      UI/data/themes/System.qss

+ 7 - 0
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 {

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