From 1f31ce39f511332e62df99ec67f8691178795a3b Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Mon, 4 Aug 2025 15:04:11 +0530 Subject: [PATCH] improve line edit button --- src/ui_widgets/LineEditButton.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui_widgets/LineEditButton.gd b/src/ui_widgets/LineEditButton.gd index 29cf16b..e8aa60d 100644 --- a/src/ui_widgets/LineEditButton.gd +++ b/src/ui_widgets/LineEditButton.gd @@ -5,7 +5,7 @@ class_name LineEditButton extends Control # A fake-out is drawn to avoid adding unnecessary nodes. # The real controls are only created when necessary, such as when hovered or focused. -const BUTTON_WIDTH = 14.0 +const BUTTON_WIDTH = 20.0 signal pressed signal text_change_canceled