mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
8fad349c82
commit
6580f078d0
6 changed files with 11 additions and 11 deletions
|
|
@ -68,7 +68,7 @@ Rectangle {
|
|||
text: date
|
||||
opacity: 0.6
|
||||
color: MobileComponents.Theme.textColor
|
||||
font.pointSize: smallPointSize
|
||||
font.pointSize: subsurfaceTheme.smallPointSize
|
||||
anchors {
|
||||
right: parent.right
|
||||
top: parent.top
|
||||
|
|
@ -156,7 +156,7 @@ Rectangle {
|
|||
leftMargin: MobileComponents.Units.smallSpacing
|
||||
right: parent.right
|
||||
}
|
||||
color: MobileComponents.Theme.accentColor
|
||||
color: subsurfaceTheme.accentColor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue