diff --git a/UI/source-tree.cpp b/UI/source-tree.cpp index b522beddf..16529880e 100644 --- a/UI/source-tree.cpp +++ b/UI/source-tree.cpp @@ -82,6 +82,10 @@ SourceTreeItem::SourceTreeItem(SourceTree *tree_, OBSSceneItem sceneitem_) boxLayout->addWidget(label); boxLayout->addWidget(vis); boxLayout->addWidget(lock); +#ifdef __APPLE__ + /* Hack: Fixes a bug where scrollbars would be above the lock icon */ + boxLayout->addSpacing(16); +#endif Update(false);