Browse Source

UI: Change groupbox radius

Clayton Groeneveld 3 years ago
parent
commit
1eebf27e9e

+ 1 - 1
UI/data/themes/Acri.qss

@@ -334,7 +334,7 @@ OBSBasicStatusBar {
 
 QGroupBox {
     background: palette(dark);
-    border-radius: 8px;
+    border-radius: 4px;
     padding-top: 32px;
     padding-bottom: 8px;
     font-weight: bold;

+ 1 - 1
UI/data/themes/Grey.qss

@@ -334,7 +334,7 @@ OBSBasicStatusBar {
 
 QGroupBox {
     background: palette(dark);
-    border-radius: 8px;
+    border-radius: 4px;
     padding-top: 32px;
     padding-bottom: 8px;
     font-weight: bold;

+ 1 - 1
UI/data/themes/Light.qss

@@ -334,7 +334,7 @@ OBSBasicStatusBar {
 
 QGroupBox {
     background: palette(dark);
-    border-radius: 8px;
+    border-radius: 4px;
     padding-top: 32px;
     padding-bottom: 8px;
     font-weight: bold;

+ 1 - 1
UI/data/themes/Rachni.qss

@@ -336,7 +336,7 @@ OBSBasicStatusBar {
 
 QGroupBox {
     background: rgb(59,65,71);
-    border-radius: 8px;
+    border-radius: 4px;
     padding-top: 32px;
     padding-bottom: 8px;
     font-weight: bold;

+ 1 - 1
UI/data/themes/Yami.qss

@@ -338,7 +338,7 @@ OBSBasicStatusBar {
 
 QGroupBox {
     background: palette(dark);
-    border-radius: 8px;
+    border-radius: 4px;
     padding-top: 32px;
     padding-bottom: 8px;
     font-weight: bold;