pygui implemented auto grid layout, to auto distance node icons with padding based on canvas size in rows and columns

This commit is contained in:
Blake Harnden 2020-04-18 09:02:15 -07:00
parent be332a2a29
commit f45a11076f
2 changed files with 19 additions and 2 deletions

View file

@ -47,7 +47,8 @@ class Images:
except KeyError:
messagebox.showwarning(
"Missing image file",
f"{name}.png is missing at daemon/core/gui/data/icons, drop image file at daemon/core/gui/data/icons and restart the gui",
f"{name}.png is missing at daemon/core/gui/data/icons, drop image "
f"file at daemon/core/gui/data/icons and restart the gui",
)