more refactoring and bug fixes for gui

This commit is contained in:
Ryan Holmes
2018-06-09 11:03:04 -04:00
parent 962789bf63
commit 07737a1f6d
2 changed files with 32 additions and 17 deletions

View File

@@ -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)