1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

!T 加一个最小尺寸

This commit is contained in:
Icarus 2019-11-26 17:42:57 +08:00
parent 07217505e6
commit 284ecddc50

View File

@ -100,6 +100,7 @@ namespace XNodeEditor {
if (this.graphEditor != graphEditor) { if (this.graphEditor != graphEditor) {
this.graphEditor = graphEditor; this.graphEditor = graphEditor;
graphEditor.OnOpen(); graphEditor.OnOpen();
this.graphEditor.window.minSize = new Vector2(300,300);
} }
} }