diff options
Diffstat (limited to '')
| -rw-r--r-- | src/editorui/paths.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/editorui/paths.py b/src/editorui/paths.py index f6ea252..8cb6784 100644 --- a/src/editorui/paths.py +++ b/src/editorui/paths.py @@ -86,7 +86,7 @@ class KPEditorNode(KPEditorItem):  			KPEditorNode.SELECTION_PEN = QtGui.QPen(Qt.blue, 1, Qt.DotLine)  		self.button = self.ToggleButton() -		self.buttonProxy = self.HiddenProxy(self.button, self, 12, -12) +		self.buttonProxy = self.HiddenProxy(self.button, self, 12, -24)  		self.button.stateToggled.connect(self.stateChange) | 
