Touch up toggle panel

This commit is contained in:
Ryan Holmes
2017-06-12 20:42:03 -04:00
parent 9712ec4fbf
commit 2acb3e759e
5 changed files with 191 additions and 201 deletions

View File

@@ -28,7 +28,7 @@ import gui.globalEvents as GE
# import gui.builtinViews.fittingView as fv
from gui.statsView import StatsView
from gui.contextMenu import ContextMenu
from gui.pyfatogglepanel import TogglePanel
from gui.toggle_panel import TogglePanel
from logbook import Logger
pyfalog = Logger(__name__)