summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Noga <Tempus@Spectrum-Song.local>2011-11-21 12:49:24 -0600
committerColin Noga <Tempus@Spectrum-Song.local>2011-11-21 12:49:24 -0600
commit375ba1236ebfdd6b5c9015e075ff215cfbd959c6 (patch)
treed029bd34fef6d667d373130f952768a68dccfce5
parent43dc2792df7c98d985209c95654cd55faa67ea75 (diff)
downloadkoopatlas-375ba1236ebfdd6b5c9015e075ff215cfbd959c6.tar.gz
koopatlas-375ba1236ebfdd6b5c9015e075ff215cfbd959c6.zip
Minor position fix
-rw-r--r--src/editorui/paths.py2
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)