svghmi/ui.py
branchsvghmi
changeset 3244 1f365fa5d878
parent 3243 92cc21f88bf8
child 3245 c441181247cf
--- a/svghmi/ui.py	Wed May 19 15:29:18 2021 +0200
+++ b/svghmi/ui.py	Wed May 19 18:54:35 2021 +0200
@@ -206,7 +206,7 @@
         self.preview.Bind(wx.EVT_PAINT, self.OnPaint)
         self.preview.Bind(wx.EVT_LEFT_DOWN, self.OnLeftDown)
 
-        self.SplitVertically(self.picker_panel, self.main_panel, 300)
+        self.SplitVertically(self.main_panel, self.picker_panel, 300)
 
         self.msg = _("Drag selected Widget from here to Inkscape")
         self.tempf = None