mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:19:05 +08:00
Fix typo in a theme's key.
Contributes to CURA-5784.
This commit is contained in:
parent
119638efa1
commit
0a07f48375
@ -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
|
||||
|
@ -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 {}
|
||||
|
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user