more refactoring and bug fixes for gui
This commit is contained in:
@@ -72,7 +72,7 @@ class AttributeSlider(wx.Panel):
|
||||
|
||||
self.ctrl.Bind(wx.EVT_SPINCTRLDOUBLE, self.UpdateValue)
|
||||
|
||||
self.slider = AttributeGauge(self, size=(-1,8))
|
||||
self.slider = AttributeGauge(self, size=(-1, 8))
|
||||
|
||||
b = 4
|
||||
vsizer1 = wx.BoxSizer(wx.VERTICAL)
|
||||
|
||||
Reference in New Issue
Block a user