Color and layout refinements
This commit is contained in:
parent
99cf0780c1
commit
67f40d6a04
12 changed files with 47 additions and 16 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue