Browse Source

UI: Fix scene/source list item spacing

jp9000 6 years ago
parent
commit
4428492e96
4 changed files with 0 additions and 16 deletions
  1. 0 1
      UI/data/themes/Acri.qss
  2. 0 5
      UI/data/themes/Dark.qss
  3. 0 5
      UI/data/themes/Rachni.qss
  4. 0 5
      UI/data/themes/System.qss

+ 0 - 1
UI/data/themes/Acri.qss

@@ -142,7 +142,6 @@ SourceTree::item {
 	margin-bottom: 2px;
 	margin-top: 0px;
 	border: 1px solid transparent;
-	height: 24px;
 }
 
 QListWidget QLineEdit {

+ 0 - 5
UI/data/themes/Dark.qss

@@ -701,11 +701,6 @@ OBSBasicSettings QListWidget::item {
     padding-bottom: 5px;
 }
 
-QListWidget::item,
-SourceTree::item {
-	height: 24px;
-}
-
 /* Locked CheckBox */
 
 LockedCheckBox {

+ 0 - 5
UI/data/themes/Rachni.qss

@@ -184,11 +184,6 @@ QListWidget::item:hover:!active {
 	border: none;
 }
 
-QListWidget::item,
-SourceTree::item {
-	height: 24px;
-}
-
 /***********************/
 /* --- Dock widget --- */
 /***********************/

+ 0 - 5
UI/data/themes/System.qss

@@ -229,11 +229,6 @@ OBSBasic {
     qproperty-defaultIcon: url(:res/images/sources/default.svg);
 }
 
-QListWidget::item,
-SourceTree::item {
-	height: 24px;
-}
-
 /* Scene Tree */
 
 SceneTree {