diff options
author | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-18 00:41:28 +0200 |
---|---|---|
committer | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-18 00:41:28 +0200 |
commit | 7c73b9274f42e95c094717ca3c2550426b08a9f8 (patch) | |
tree | 0de37675ccaba164390848cabac0eb751b24de63 /client/menu/warning_popup.tscn | |
parent | c4ae8c2df44cac2a8b3e4c8db43c2870b7d2bf69 (diff) | |
download | hurrycurry-7c73b9274f42e95c094717ca3c2550426b08a9f8.tar hurrycurry-7c73b9274f42e95c094717ca3c2550426b08a9f8.tar.bz2 hurrycurry-7c73b9274f42e95c094717ca3c2550426b08a9f8.tar.zst |
minor improvement to the warning popup
Diffstat (limited to 'client/menu/warning_popup.tscn')
-rw-r--r-- | client/menu/warning_popup.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/warning_popup.tscn b/client/menu/warning_popup.tscn index 784011b3..4fd2fbba 100644 --- a/client/menu/warning_popup.tscn +++ b/client/menu/warning_popup.tscn @@ -37,6 +37,7 @@ theme_override_constants/separation = 16 [node name="Message" type="Label" parent="CenterContainer/Panel/MarginContainer/VBoxContainer"] layout_mode = 2 text = "You must fill out all requested fields." +horizontal_alignment = 1 [node name="HBoxContainer" type="HBoxContainer" parent="CenterContainer/Panel/MarginContainer/VBoxContainer"] layout_mode = 2 |