Skip to content

Commit 77a115e

Browse files
committed
Hide percentages when progress bar is used as popup top bar
1 parent 7f8b030 commit 77a115e

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ui/components/popups/LessonDonePopup.tscn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ theme_override_constants/separation = 0
117117
custom_minimum_size = Vector2(0, 16)
118118
layout_mode = 2
119119
value = 100.0
120+
show_percentage = false
120121

121122
[node name="Margin" type="MarginContainer" parent="PanelContainer/Layout" unique_id=432187378]
122123
layout_mode = 2

ui/components/popups/PracticeDonePopup.tscn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ theme_override_constants/separation = 0
5858
custom_minimum_size = Vector2(0, 16)
5959
layout_mode = 2
6060
value = 100.0
61+
show_percentage = false
6162

6263
[node name="Margin" type="MarginContainer" parent="Layout/WellDoneAnchors/PanelContainer/Layout" unique_id=1163014124]
6364
layout_mode = 2

ui/components/popups/ReportFormPopup.tscn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ theme_override_constants/separation = 0
4343
custom_minimum_size = Vector2(0, 16)
4444
layout_mode = 2
4545
value = 100.0
46+
show_percentage = false
4647

4748
[node name="Margin" type="MarginContainer" parent="PanelContainer/Column" unique_id=1766705437]
4849
layout_mode = 2

0 commit comments

Comments
 (0)