Skip to content

Commit

Permalink
removed dlgSize comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Arohan Ajit committed Oct 2, 2024
1 parent d28764d commit 87a96ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui/wxpython/iscatt/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ def __init__(self, parent, scatt_mgr, id=wx.ID_ANY):

self.Bind(aui.EVT_AUI_PANE_CLOSE, self.OnPlotPaneClosed)

# self.SetBestSize(dlgSize)
# self.SetInitialSize(dlgSize)
self.SetAutoLayout(1)
# fix goutput's pane size (required for Mac OSX)
# if self.gwindow:
Expand Down

0 comments on commit 87a96ea

Please sign in to comment.