Add and adjust more scroll hints in the editor

This commit is contained in:
Michael Alexsander 2025-12-15 17:06:00 -03:00
parent 24333c4e3d
commit a45bdce763
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
12 changed files with 115 additions and 20 deletions

View file

@ -2407,6 +2407,7 @@ SpriteFramesEditor::SpriteFramesEditor() {
frame_list->set_icon_mode(ItemList::ICON_MODE_TOP);
frame_list->set_texture_filter(TEXTURE_FILTER_NEAREST_WITH_MIPMAPS);
frame_list->set_select_mode(ItemList::SELECT_MULTI);
frame_list->set_theme_type_variation("ItemListSecondary");
frame_list->set_max_columns(0);
frame_list->set_max_text_lines(2);