bookmarks redesign

This commit is contained in:
Nordup 2024-11-22 12:20:49 +04:00
parent cce0bedbb1
commit ddae024043
4 changed files with 78 additions and 46 deletions

View file

@ -5,6 +5,7 @@ extends Control
func _ready() -> void:
search_le.resized.connect(change_size)
search_le.focus_entered.connect(change_size)
func change_size() -> void: