diff --git a/UI/data/themes/Acri.qss b/UI/data/themes/Acri.qss index 840ca299e..f7195f323 100644 --- a/UI/data/themes/Acri.qss +++ b/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; diff --git a/UI/data/themes/Grey.qss b/UI/data/themes/Grey.qss index 9a11836d8..2427761c7 100644 --- a/UI/data/themes/Grey.qss +++ b/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; diff --git a/UI/data/themes/Light.qss b/UI/data/themes/Light.qss index 33c83eaa5..c52f79060 100644 --- a/UI/data/themes/Light.qss +++ b/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; diff --git a/UI/data/themes/Rachni.qss b/UI/data/themes/Rachni.qss index 529ff4bba..1b69fba70 100644 --- a/UI/data/themes/Rachni.qss +++ b/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; diff --git a/UI/data/themes/Yami.qss b/UI/data/themes/Yami.qss index 47d794d87..1330227a7 100644 --- a/UI/data/themes/Yami.qss +++ b/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;