UI: Add preview/program labels in studio mode

This commit is contained in:
Clayton Groenveld
2019-02-28 15:29:41 -06:00
committed by Clayton Groeneveld
parent 748067c930
commit 5a5efa0b3e
12 changed files with 126 additions and 14 deletions

View File

@@ -1263,3 +1263,11 @@ QToolTip {
* [themeID="displayBackgroundColor"] {
qproperty-displayBackgroundColor: rgb(35, 38, 41);
}
/* Preview/Program labels */
* [themeID="previewProgramLabels"] {
font-size: 18px;
font-weight: bold;
color: rgb(122,121,122);
}