mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
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
This commit is contained in:
@@ -77,7 +77,6 @@ QWidget {
|
|||||||
selection-background-color: rgb(40,76,184);
|
selection-background-color: rgb(40,76,184);
|
||||||
selection-color: palette(text);
|
selection-color: palette(text);
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget:disabled {
|
QWidget:disabled {
|
||||||
@@ -204,6 +203,7 @@ SourceTree QLineEdit {
|
|||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
|
margin: -3px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: none;
|
border-radius: none;
|
||||||
}
|
}
|
||||||
@@ -252,7 +252,7 @@ OBSDock QPushButton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QDockWidget {
|
QDockWidget {
|
||||||
font-size: 14px;
|
font-size: 10.5pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
titlebar-close-icon: url('./Dark/Close.svg');
|
titlebar-close-icon: url('./Dark/Close.svg');
|
||||||
@@ -963,12 +963,12 @@ QLabel#errorLabel {
|
|||||||
/* About dialog */
|
/* About dialog */
|
||||||
|
|
||||||
* [themeID="aboutName"] {
|
* [themeID="aboutName"] {
|
||||||
font-size: 36px;
|
font-size: 26pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
* [themeID="aboutVersion"] {
|
* [themeID="aboutVersion"] {
|
||||||
font-size: 16px;
|
font-size: 12pt;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user