From 4a38131fb540c398a3fc3decaa62d2447e6837c1 Mon Sep 17 00:00:00 2001 From: Warchamp7 Date: Mon, 25 Jul 2022 12:04:11 -0400 Subject: [PATCH] UI: Remove padding on QStackedWidget in Yami --- UI/data/themes/Yami.qss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/UI/data/themes/Yami.qss b/UI/data/themes/Yami.qss index 34c27d0d7..1a50eb96e 100644 --- a/UI/data/themes/Yami.qss +++ b/UI/data/themes/Yami.qss @@ -237,10 +237,6 @@ OBSDock QFrame { border-bottom-right-radius: 4px; } -QStackedWidget { - padding: 4px; -} - #transitionsContainer QPushButton { margin: 0px 0px; padding: 4px 6px;