Skip to content

Commit 03d5a44

Browse files
committed
improvement: allow to further reduce the text size for large displays.
close #514
1 parent 5ba3199 commit 03d5a44

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ui/UILesson.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ margin_top = 82.0
102102
margin_right = 760.0
103103
margin_bottom = 82.0
104104
mouse_filter = 2
105-
custom_constants/separation = 28
105+
custom_constants/separation = 20
106106

107107
[node name="PracticesContainer" type="VBoxContainer" parent="OuterMargin/ScrollContainer/InnerMargin/Content"]
108108
margin_top = 88.0

ui/components/popups/SettingsPopup.tscn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ hint_tooltip = "Increase or lower the size of all text in the app."
139139
size_flags_horizontal = 3
140140
custom_styles/grabber_area_highlight = SubResource( 1 )
141141
custom_styles/grabber_area = SubResource( 2 )
142+
min_value = -2.0
142143
max_value = 2.0
143144
rounded = true
144145
tick_count = 3

0 commit comments

Comments
 (0)