tiding up the repos

This commit is contained in:
easyw
2020-02-23 15:29:08 +01:00
parent 9ca2bea0b4
commit 4720c89b41
26 changed files with 1327 additions and 143 deletions

View File

@ -40,6 +40,9 @@ class Snap2GridDlg ( wx.Dialog ):
self.m_comboBoxGrid.SetSelection( 0 )
bSizer31.Add( self.m_comboBoxGrid, 0, wx.ALL|wx.EXPAND, 5 )
self.m_bitmapS2G = wx.StaticBitmap( self, wx.ID_ANY, wx.NullBitmap, wx.DefaultPosition, wx.DefaultSize, 0 )
bSizer31.Add( self.m_bitmapS2G, 0, wx.ALIGN_CENTER_VERTICAL|wx.ALL, 5 )
bSizer3.Add( bSizer31, 0, 0, 5 )