mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-30 12:21:56 -04:00
frontend: Make list spacing consistent
This makes all list widget spacing set to 1.
This commit is contained in:
@@ -529,7 +529,6 @@ QMenu::item,
|
||||
SceneTree::item {
|
||||
border-radius: var(--border_radius);
|
||||
color: var(--text);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
SourceTree::item {
|
||||
|
||||
@@ -920,7 +920,7 @@
|
||||
<enum>Qt::TargetMoveAction</enum>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
<number>0</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<addaction name="actionRemoveScene"/>
|
||||
</widget>
|
||||
@@ -1042,7 +1042,7 @@
|
||||
<enum>QAbstractItemView::ExtendedSelection</enum>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
<number>0</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<addaction name="actionRemoveSource"/>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user