Unverified Commit 7a15569c by Rémi Verschelde Committed by GitHub

Merge pull request #35050 from Calinou/enlarge-item-list-editor

Increase the size of the item list editor popup
parents 8130decf 2f561462
......@@ -302,7 +302,7 @@ void ItemListEditor::_delete_pressed() {
void ItemListEditor::_edit_items() {
dialog->popup_centered(Vector2(300, 400) * EDSCALE);
dialog->popup_centered_clamped(Vector2(425, 1200) * EDSCALE, 0.8);
}
void ItemListEditor::edit(Node *p_item_list) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment