Replace a bunch of Theme property accessors with getThing calls

This commit is contained in:
Arjen Hiemstra 2016-02-16 15:19:50 +01:00 committed by Ghostkeeper
parent d208885755
commit e6ef4405c3
6 changed files with 42 additions and 42 deletions

View file

@ -24,7 +24,7 @@ UM.Dialog
width: parent.width * 0.75
height: width * (1/4.25)
source: UM.Theme.images.logo
source: UM.Theme.getImage("logo")
sourceSize.width: width
sourceSize.height: height