mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 21:52:51 +00:00
Merge pull request #21537 from tko/itemlist-edit-scale
Scale the Item List Editor window size with the editor scale
This commit is contained in:
commit
d42807371c
@ -296,7 +296,7 @@ void ItemListEditor::_delete_pressed() {
|
||||
|
||||
void ItemListEditor::_edit_items() {
|
||||
|
||||
dialog->popup_centered(Vector2(300, 400));
|
||||
dialog->popup_centered(Vector2(300, 400) * EDSCALE);
|
||||
}
|
||||
|
||||
void ItemListEditor::edit(Node *p_item_list) {
|
||||
|
Loading…
Reference in New Issue
Block a user