From 1eebf27e9ea4b9f7123f874273b79c9f984a3175 Mon Sep 17 00:00:00 2001 From: Clayton Groeneveld Date: Mon, 29 Aug 2022 15:44:05 -0500 Subject: [PATCH] UI: Change groupbox radius --- UI/data/themes/Acri.qss | 2 +- UI/data/themes/Grey.qss | 2 +- UI/data/themes/Light.qss | 2 +- UI/data/themes/Rachni.qss | 2 +- UI/data/themes/Yami.qss | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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;