diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-21 12:49:24 -0600 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-21 12:49:24 -0600 |
commit | 375ba1236ebfdd6b5c9015e075ff215cfbd959c6 (patch) | |
tree | d029bd34fef6d667d373130f952768a68dccfce5 /src/editorui | |
parent | 43dc2792df7c98d985209c95654cd55faa67ea75 (diff) | |
download | koopatlas-375ba1236ebfdd6b5c9015e075ff215cfbd959c6.tar.gz koopatlas-375ba1236ebfdd6b5c9015e075ff215cfbd959c6.zip |
Minor position fix
Diffstat (limited to 'src/editorui')
-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) |