From 5aac910659165724b786987077a697063cd7f32f Mon Sep 17 00:00:00 2001 From: cg2121 Date: Wed, 10 Aug 2022 01:28:58 -0500 Subject: [PATCH] UI: Fix grid mode spacing with Yami In the scenes grid mode, the buttons would be squished together in the Yami theme. --- UI/data/themes/Yami.qss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UI/data/themes/Yami.qss b/UI/data/themes/Yami.qss index cb313aaeb..e12549e8b 100644 --- a/UI/data/themes/Yami.qss +++ b/UI/data/themes/Yami.qss @@ -1283,14 +1283,15 @@ OBSBasic { /* Scene Tree Grid Mode */ SceneTree { - qproperty-gridItemWidth: 150; - qproperty-gridItemHeight: 27; + qproperty-gridItemWidth: 154; + qproperty-gridItemHeight: 31; } *[gridMode="true"] SceneTree::item { color: palette(text); background-color: palette(button); border-radius: 4px; + margin: 2px; } *[gridMode="true"] SceneTree::item:selected {