UI: Fix grid mode spacing with Yami

In the scenes grid mode, the buttons would be squished together in
the Yami theme.
master
cg2121 2022-08-10 01:28:58 -05:00 committed by Jim
parent 5d803058b4
commit 5aac910659
1 changed files with 3 additions and 2 deletions

View File

@ -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 {