1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 09:16:01 +08:00

Changed default node width from 200 to 208 to match grid lines

This commit is contained in:
Thor Brigsted 2017-11-26 23:35:11 +01:00
parent 7c6ada52b8
commit 8c688b9f8b

View File

@ -44,7 +44,7 @@ namespace XNodeEditor {
}
public virtual int GetWidth() {
return 200;
return 208;
}
public virtual Color GetTint() {