better description for delete vias checkbox
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
## Python code generated with wxFormBuilder (version Jun 12 2017)
|
## Python code generated with wxFormBuilder (version Feb 16 2016)
|
||||||
## http://www.wxformbuilder.org/
|
## http://www.wxformbuilder.org/
|
||||||
##
|
##
|
||||||
## PLEASE DO "NOT" EDIT THIS FILE!
|
## PLEASE DO "NOT" EDIT THIS FILE!
|
||||||
@ -83,7 +83,7 @@ class FillAreaDialog ( wx.Dialog ):
|
|||||||
self.m_only_selected = wx.CheckBox( self, wx.ID_ANY, wx.EmptyString, wx.DefaultPosition, wx.DefaultSize, 0 )
|
self.m_only_selected = wx.CheckBox( self, wx.ID_ANY, wx.EmptyString, wx.DefaultPosition, wx.DefaultSize, 0 )
|
||||||
fgSizer1.Add( self.m_only_selected, 0, wx.ALL, 5 )
|
fgSizer1.Add( self.m_only_selected, 0, wx.ALL, 5 )
|
||||||
|
|
||||||
self.m_staticText10 = wx.StaticText( self, wx.ID_ANY, u"Delete vias", wx.DefaultPosition, wx.DefaultSize, 0 )
|
self.m_staticText10 = wx.StaticText( self, wx.ID_ANY, u"Delete generated vias", wx.DefaultPosition, wx.DefaultSize, 0 )
|
||||||
self.m_staticText10.Wrap( -1 )
|
self.m_staticText10.Wrap( -1 )
|
||||||
fgSizer1.Add( self.m_staticText10, 0, wx.ALL, 5 )
|
fgSizer1.Add( self.m_staticText10, 0, wx.ALL, 5 )
|
||||||
|
|
||||||
@ -114,3 +114,5 @@ class FillAreaDialog ( wx.Dialog ):
|
|||||||
|
|
||||||
def __del__( self ):
|
def __del__( self ):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
@ -1515,7 +1515,7 @@
|
|||||||
<property name="gripper">0</property>
|
<property name="gripper">0</property>
|
||||||
<property name="hidden">0</property>
|
<property name="hidden">0</property>
|
||||||
<property name="id">wxID_ANY</property>
|
<property name="id">wxID_ANY</property>
|
||||||
<property name="label">Delete vias</property>
|
<property name="label">Delete generated vias</property>
|
||||||
<property name="max_size"></property>
|
<property name="max_size"></property>
|
||||||
<property name="maximize_button">0</property>
|
<property name="maximize_button">0</property>
|
||||||
<property name="maximum_size"></property>
|
<property name="maximum_size"></property>
|
||||||
|
Reference in New Issue
Block a user