Skip to content

Commit

Permalink
fixed 841
Browse files Browse the repository at this point in the history
  • Loading branch information
Arohan Ajit committed Oct 2, 2024
1 parent 1b639db commit d28764d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions gui/wxpython/iscatt/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ def _layout(self):
border = wx.BoxSizer(wx.VERTICAL)
dialogSizer = wx.BoxSizer(wx.VERTICAL)

regionSizer = wx.BoxSizer(wx.HORIZONTAL)

dialogSizer.Add(
self._addSelectSizer(title=self.band_1_label, sel=self.band_1_ch)
)
Expand Down Expand Up @@ -356,7 +354,6 @@ def __init__(

self.scatt_mgr = scatt_mgr

maxValue = 1e8
self.parent = parent
self.settings = {}

Expand Down
1 change: 0 additions & 1 deletion gui/wxpython/iscatt/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def __init__(self, parent, scatt_mgr, id=wx.ID_ANY):

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

dlgSize = (-1, 400)
# self.SetBestSize(dlgSize)
# self.SetInitialSize(dlgSize)
self.SetAutoLayout(1)
Expand Down

0 comments on commit d28764d

Please sign in to comment.