Color and layout refinements

This commit is contained in:
Thomas Perl 2014-02-07 18:03:58 +01:00
parent 99cf0780c1
commit 67f40d6a04
12 changed files with 47 additions and 16 deletions

View file

@ -27,10 +27,10 @@ import 'icons/icons.js' as Icons
PLabel {
id: picon
property int size: 48 * pgst.scalef
property int size: 48
property string icon
text: icon
font.pixelSize: picon.size
font.pixelSize: picon.size * pgst.scalef
font.family: Icons.font
}