move scale factors to constraints
This commit is contained in:
@@ -212,7 +212,7 @@ func _update_visual_selection() -> void:
|
||||
if control == language_stepper:
|
||||
language_stepper.set_highlighted(true)
|
||||
else:
|
||||
control.scale = original_control_scales[i] * 1.05
|
||||
control.scale = original_control_scales[i] * UIConstants.UI_CONTROL_HIGHLIGHT_SCALE
|
||||
control.modulate = Color(1.1, 1.1, 0.9)
|
||||
else:
|
||||
# Reset highlighting
|
||||
|
||||
Reference in New Issue
Block a user