beremiz

SVGHMI: UI: Swap widget selection tree and preview panel
svghmi
2021-05-19, Edouard Tisserant
1f365fa5d878
Parents 92cc21f88bf8
Children c441181247cf
SVGHMI: UI: Swap widget selection tree and preview panel
  • +1 -1
    svghmi/ui.py
  • --- 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