Browse Source

UI: Fix grid mode spacing with Yami

In the scenes grid mode, the buttons would be squished together in
the Yami theme.
cg2121 3 years ago
parent
commit
5aac910659
1 changed files with 3 additions and 2 deletions
  1. 3 2
      UI/data/themes/Yami.qss

+ 3 - 2
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 {