Change context menu to 13pt on Mac.

Updates issue #546
This commit is contained in:
John Maguire 2010-07-26 14:35:48 +00:00
parent 7235194016
commit b2ac30000a
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ darwin {
font-size: 11pt;
}
darwin QMenu {
font-size: 13pt;
}
#playlist {
background-color: %palette-base;
background-image: url(:logo.png);