Fix typo in a theme's key.

Contributes to CURA-5784.
This commit is contained in:
Diego Prado Gesto 2018-10-18 15:38:24 +02:00
parent 119638efa1
commit 0a07f48375
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ Column
height: UM.Theme.getSize("avatar_image").height
anchors.horizontalCenter: parent.horizontalCenter
source: loggedIn ? profile["profile_image_url"] : UM.Theme.getImage("avatar_default")
outlineColor: loggedIn ? UM.Theme.getColor("account_widget_ouline_active") : UM.Theme.getColor("account_widget_ouline_inactive")
outlineColor: loggedIn ? UM.Theme.getColor("account_widget_outline_active") : UM.Theme.getColor("account_widget_outline_inactive")
}
Label

View File

@ -28,7 +28,7 @@ Button
anchors.horizontalCenter: parent.horizontalCenter
source: loggedIn ? profile["profile_image_url"] : UM.Theme.getImage("avatar_default")
outlineColor: loggedIn ? UM.Theme.getColor("account_widget_ouline_active") : UM.Theme.getColor("account_widget_ouline_inactive")
outlineColor: loggedIn ? UM.Theme.getColor("account_widget_outline_active") : UM.Theme.getColor("account_widget_outline_inactive")
}
background: Item {}

View File

@ -87,8 +87,8 @@
"topheader_button_background_active": [255, 255, 255, 255],
"topheader_button_background_inactive": [255, 255, 255, 0],
"account_widget_ouline_active": [9, 140, 188, 255],
"account_widget_ouline_inactive": [229, 229, 229, 255],
"account_widget_outline_active": [9, 140, 188, 255],
"account_widget_outline_inactive": [229, 229, 229, 255],
"text": [0, 0, 0, 255],
"text_detail": [174, 174, 174, 128],