Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iXce authored and polyprinter committed Nov 3, 2014
1 parent f3c7d1c commit 707b01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions printrun/objectplater.py
Expand Up @@ -289,6 +289,8 @@ def __init__(self, **kwargs):
self.destroy_on_done = True
parent = kwargs.get("parent", None)
size = kwargs.get("size", (800, 580))
if "size" in kwargs:
del kwargs["size"]
wx.Frame.__init__(self, parent, title = _("Plate building tool"), size = size)
self.SetIcon(wx.Icon(iconfile("plater.png"), wx.BITMAP_TYPE_PNG))
self.prepare_ui(**kwargs)
Expand Down

0 comments on commit 707b01c

Please sign in to comment.