Browse Source

Merge pull request #1903 from WizardCM/revert-scenes-styles

UI: Revert Dark theme Scenes font change
Jim 6 years ago
parent
commit
1f47a2b3bd
1 changed files with 0 additions and 5 deletions
  1. 0 5
      UI/data/themes/Dark.qss

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

@@ -100,11 +100,6 @@ QMenuBar::item {
     background-color: rgb(58,57,58); /* dark */
 }
 
-QListWidget {
-    font-family: "MS Shell Dlg 2";
-    font-size: 8pt;
-}
-
 QListWidget::item:selected:!active,
 SourceTree::item:selected:!active {
     color: rgb(255, 255, 255);