mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
frontend: Fix spacing of group expand button
This commit is contained in:
@@ -549,6 +549,11 @@ SourceTreeItem .checkbox-icon {
|
||||
margin-left: var(--spacing_large);
|
||||
}
|
||||
|
||||
SourceTree .indicator-expand {
|
||||
margin-right: var(--spacing_large);
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
QMenu::item:selected,
|
||||
QListView::item:selected,
|
||||
QListWidget::item:selected {
|
||||
|
||||
Reference in New Issue
Block a user