Skip to content

Commit 6e7ea22

Browse files
improve line edit button (#64)
1 parent 457b8ea commit 6e7ea22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui_widgets/LineEditButton.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class_name LineEditButton extends Control
55
# A fake-out is drawn to avoid adding unnecessary nodes.
66
# The real controls are only created when necessary, such as when hovered or focused.
77

8-
const BUTTON_WIDTH = 14.0
8+
const BUTTON_WIDTH = 20.0
99

1010
signal pressed
1111
signal text_change_canceled

0 commit comments

Comments
 (0)