From 0b96e3aa6f7a7a864f922b5e5692ab7fff17ef15 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:15:58 +0300 Subject: [PATCH] Make zoom slider slightly bigger to prevent the percentage from overlapping with the buttons --- src/UI/TopMenuContainer/TopMenuContainer.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/TopMenuContainer/TopMenuContainer.tscn b/src/UI/TopMenuContainer/TopMenuContainer.tscn index 33ef1ed2a..0acff8af2 100644 --- a/src/UI/TopMenuContainer/TopMenuContainer.tscn +++ b/src/UI/TopMenuContainer/TopMenuContainer.tscn @@ -72,7 +72,7 @@ snap_step = 45.0 [node name="ZoomSlider" type="TextureProgressBar" parent="MarginContainer/HBoxContainer/TopLabels"] unique_name_in_owner = true -custom_minimum_size = Vector2(70, 20) +custom_minimum_size = Vector2(90, 20) layout_mode = 2 size_flags_vertical = 4 focus_mode = 2