UI: Remove 1px spacer from SourceTree
With the new icons, this extra spacer is not necessary.
This commit is contained in:
parent
d09c1fcdd7
commit
3f3cf02d2a
@ -116,7 +116,6 @@ SourceTreeItem::SourceTreeItem(SourceTree *tree_, OBSSceneItem sceneitem_)
|
|||||||
}
|
}
|
||||||
boxLayout->addWidget(label);
|
boxLayout->addWidget(label);
|
||||||
boxLayout->addWidget(vis);
|
boxLayout->addWidget(vis);
|
||||||
boxLayout->addSpacing(1);
|
|
||||||
boxLayout->addWidget(lock);
|
boxLayout->addWidget(lock);
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
/* Hack: Fixes a bug where scrollbars would be above the lock icon */
|
/* Hack: Fixes a bug where scrollbars would be above the lock icon */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user