Codestyle fixes

This commit is contained in:
Jaime van Kessel 2016-02-15 14:18:01 +01:00
parent a03f256366
commit 54e5020975
2 changed files with 7 additions and 7 deletions

View file

@ -24,12 +24,12 @@ class ImageReaderUI(QObject):
self._ui_view = None
self.show_config_ui_trigger.connect(self._actualShowConfigUI)
self.defaultWidth = 120
self.defaultDepth = 120
self.default_width = 120
self.default_depth = 120
self._aspect = 1
self._width = self.defaultWidth
self._depth = self.defaultDepth
self._width = self.default_width
self._depth = self.default_depth
self.base_height = 1
self.peak_height = 10