Changeset 4789 for trunk/fprime.py


Ignore:
Timestamp:
Feb 1, 2021 1:36:50 PM (2 years ago)
Author:
toby
Message:

switch to new HessianLSQ; Ouch#4 msg in GUI; misc wx4.1 fixes; docs improvements; switch to new HessianLSQ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fprime.py

    r4672 r4789  
    183183        self.SpinButton = wx.SpinButton(id=wxID_SPINBUTTON, parent=panel,
    184184              size=wx.Size(25,24), style=wx.SP_VERTICAL | wx.SP_ARROW_KEYS)
    185         slideSizer.Add(self.SpinButton,0,wx.ALIGN_RIGHT)
     185        slideSizer.Add(self.SpinButton)
    186186        self.SpinButton.SetRange(-1,1)
    187187        self.SpinButton.SetValue(0)
Note: See TracChangeset for help on using the changeset viewer.