UI: Fix grid mode spacing with Yami
In the scenes grid mode, the buttons would be squished together in the Yami theme.
This commit is contained in:
parent
5d803058b4
commit
5aac910659
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user