From 0fea17bc14ba7e74c03446b819dde54ef72826ac Mon Sep 17 00:00:00 2001 From: Owen Williams Date: Sat, 18 Jan 2014 11:36:28 -0500 Subject: [PATCH] Change more fonts to use pt instead of px --- DeereSkeleton4Deck1280x800-WXGA/style.qss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DeereSkeleton4Deck1280x800-WXGA/style.qss b/DeereSkeleton4Deck1280x800-WXGA/style.qss index 62c3c0b7418..b1ecea306e3 100644 --- a/DeereSkeleton4Deck1280x800-WXGA/style.qss +++ b/DeereSkeleton4Deck1280x800-WXGA/style.qss @@ -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; @@ -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; } @@ -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; } @@ -107,7 +107,7 @@ WLabel { } #EffectChainNextPrevContainer WPushButton { - font-size: 12px; + font-size: 12pt; } #KnobLabel {