Updated TwitchUserInfo
Added hiding of loading icon, when clear() is used on the control. Added TabPanel stylebox variation to ExtraInfo.
This commit is contained in:
parent
9bbc1111d8
commit
37bd074983
2 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ func populate_from_chatter(_chatter: Chatter) -> void:
|
|||
|
||||
func clear() -> void:
|
||||
%AvatarImg.texture = preload("res://UI/assets/twitch_user_profile_pic.png")
|
||||
%LoadingSimple.hide()
|
||||
%Username.text = ""
|
||||
%DisplayName.text = ""
|
||||
%UserId.text = ""
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ expand_icon = true
|
|||
[node name="ExtraInfo" type="PanelContainer" parent="HBoxContainer" unique_id=1175412769]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
theme_type_variation = &"TabPanel"
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="HBoxContainer/ExtraInfo" unique_id=1105674920]
|
||||
layout_mode = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue