mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-14 10:24:12 -04:00
frontend: Fix group icon position in System theme
This commit is contained in:
@@ -497,6 +497,7 @@ void SourceTreeItem::Update(bool force)
|
||||
} else if (type == Type::Group) {
|
||||
expand = new QCheckBox();
|
||||
expand->setProperty("class", "checkbox-icon indicator-expand");
|
||||
expand->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
|
||||
#ifdef __APPLE__
|
||||
expand->setAttribute(Qt::WA_LayoutUsesWidgetRect);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user