Skip to content

Commit

Permalink
Change more fonts to use pt instead of px
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Jan 18, 2014
1 parent 54ba027 commit 0fea17b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DeereSkeleton4Deck1280x800-WXGA/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*******************************************************************************/

WWidget, QLabel {
font: bold 16px/18px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
font: bold 16pt/18pt Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
font-size: 7pt;
text-transform: uppercase;
color: black;
Expand All @@ -67,7 +67,7 @@ WLabel {
}

#ArtistGutter WLabel, #BPMGutter WLabel, #PositionGutter WLabel {
font: bold 16px/18px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
font: bold 16pt/18pt Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
text-transform: none;
}

Expand All @@ -76,7 +76,7 @@ WLabel {
}

#TitleGutter WLabel, #EffectChainNameContainer WLabel {
font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
font: bold 18pt/20pt Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
text-transform: none;
text-align: left;
}
Expand Down Expand Up @@ -107,7 +107,7 @@ WLabel {
}

#EffectChainNextPrevContainer WPushButton {
font-size: 12px;
font-size: 12pt;
}

#KnobLabel {
Expand Down

0 comments on commit 0fea17b

Please sign in to comment.