From 2941c48dbe7a19b8db79a92de16bfee1d692882e Mon Sep 17 00:00:00 2001 From: Warchamp7 Date: Sat, 2 Jul 2022 23:11:19 -0400 Subject: [PATCH] UI: Yami font adjustments Removes font-family definition for now, and changes other font sizes to pt units instead of px Also adds a margin to the SceneTree/SourceTree line edits to fix qss padding weirdness --- UI/data/themes/Yami.qss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UI/data/themes/Yami.qss b/UI/data/themes/Yami.qss index af9914b5b..28b6446de 100644 --- a/UI/data/themes/Yami.qss +++ b/UI/data/themes/Yami.qss @@ -77,7 +77,6 @@ QWidget { selection-background-color: rgb(40,76,184); selection-color: palette(text); font-size: 10pt; - font-family: 'Open Sans', Helvetica, Arial, sans-serif; } QWidget:disabled { @@ -204,6 +203,7 @@ SourceTree QLineEdit { padding-bottom: 0px; padding-right: 0; padding-left: 2px; + margin: -3px; border: none; border-radius: none; } @@ -252,7 +252,7 @@ OBSDock QPushButton { } QDockWidget { - font-size: 14px; + font-size: 10.5pt; font-weight: bold; titlebar-close-icon: url('./Dark/Close.svg'); @@ -963,12 +963,12 @@ QLabel#errorLabel { /* About dialog */ * [themeID="aboutName"] { - font-size: 36px; + font-size: 26pt; font-weight: bold; } * [themeID="aboutVersion"] { - font-size: 16px; + font-size: 12pt; margin-bottom: 20px; }