UI: Remove 1px spacer from SourceTree

With the new icons, this extra spacer is not necessary.
This commit is contained in:
Georges Basile Stavracas Neto 2022-08-01 11:27:01 -03:00
parent d09c1fcdd7
commit 3f3cf02d2a

View File

@ -116,7 +116,6 @@ SourceTreeItem::SourceTreeItem(SourceTree *tree_, OBSSceneItem sceneitem_)
}
boxLayout->addWidget(label);
boxLayout->addWidget(vis);
boxLayout->addSpacing(1);
boxLayout->addWidget(lock);
#ifdef __APPLE__
/* Hack: Fixes a bug where scrollbars would be above the lock icon */