mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Codestyle fixes
This commit is contained in:
parent
a03f256366
commit
54e5020975
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue