Changeset 3267
- Timestamp:
- Feb 8, 2018 3:15:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r3193 r3267 1740 1740 if Polygons: 1741 1741 lbl = wx.StaticText(parent=G2frame.dataWindow, 1742 label=' Polygon masks (on plot RB vertex drag to move, LB vertex drag to insert)')1742 label=' Polygon masks (on plot LB vertex drag to move, RB vertex drag to insert)') 1743 1743 lbl.SetBackgroundColour(wx.Colour(200,200,210)) 1744 1744 mainSizer.Add(lbl,0,wx.EXPAND|wx.ALIGN_CENTER,0) … … 1757 1757 if frame: 1758 1758 lbl = wx.StaticText(parent=G2frame.dataWindow, 1759 label=' Frame mask (on plot RB vertex drag to move, LB vertex drag to insert)')1759 label=' Frame mask (on plot LB vertex drag to move, RB vertex drag to insert)') 1760 1760 lbl.SetBackgroundColour(wx.Colour(200,200,210)) 1761 1761 mainSizer.Add(lbl,0,wx.EXPAND|wx.ALIGN_CENTER,0)
Note: See TracChangeset
for help on using the changeset viewer.