From 7a018b265fc325d1dd59d4a7fe4dbae1d84fa514 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sun, 2 Sep 2018 10:50:08 -0700 Subject: [PATCH] Fixed whitespace error --- src/Mod/Path/PathScripts/PathSetupSheetGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathSetupSheetGui.py b/src/Mod/Path/PathScripts/PathSetupSheetGui.py index 7e20d80059..3d6c634afc 100644 --- a/src/Mod/Path/PathScripts/PathSetupSheetGui.py +++ b/src/Mod/Path/PathScripts/PathSetupSheetGui.py @@ -122,7 +122,7 @@ class Delegate(QtGui.QStyledItemDelegate): index.model().setData(index, editor.prop.displayString(), QtCore.Qt.DisplayRole) def updateEditorGeometry(self, widget, option, index): - widget.setGeometry(option.rect) + widget.setGeometry(option.rect) class OpTaskPanel: