Skip to content

Commit

Permalink
Merge pull request #2 from ywwg/master
Browse files Browse the repository at this point in the history
Don't use pixel values for fonts
  • Loading branch information
rryan committed Jan 18, 2014
2 parents ac0b070 + 0fea17b commit bf8e721
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions DeereSkeleton4Deck1280x800-WXGA/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
*******************************************************************************/

WWidget, QLabel {
font: bold 16px/18px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
font-size: 7px;
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 Expand Up @@ -182,7 +182,7 @@ WLabel {
}

WEffectChain {
font-size: 16px;
font-size: 16pt;
}

#EffectChain1 {
Expand Down

0 comments on commit bf8e721

Please sign in to comment.