From a0a480dc80ef87f321d754246d0ea5a7f3f38279 Mon Sep 17 00:00:00 2001 From: Warchamp7 Date: Fri, 8 May 2026 16:08:53 -0400 Subject: [PATCH] frontend: Add spacing to properties hint icon --- frontend/data/themes/Yami.obt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/data/themes/Yami.obt b/frontend/data/themes/Yami.obt index 739a0329e..bbdf76429 100644 --- a/frontend/data/themes/Yami.obt +++ b/frontend/data/themes/Yami.obt @@ -809,6 +809,10 @@ OBSBasicSettings #PropertiesContainer { background-color: var(--bg_base); } +OBSPropertiesView IconLabel { + margin-left: var(--spacing_large); +} + /* Dock Widget */ OBSDock > QWidget { background: var(--bg_base);