Fix reference errors caused by moving properties around

This makes things like accent(Text)Color and our two custom point sizes
for fonts resolve correctly again.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
Sebastian Kügler 2015-11-29 19:21:27 +01:00
parent 8fad349c82
commit 6580f078d0
6 changed files with 11 additions and 11 deletions

View file

@ -250,7 +250,7 @@ MobileComponents.ApplicationWindow {
color: MobileComponents.Theme.textColor
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
styleColor: MobileComponents.Theme.textColor
font.pointSize: MobileComponents.Units.smallPointSize
font.pointSize: subsurfaceTheme.smallPointSize
}
}
}