Home
last modified time | relevance | path

Searched refs:m_mixedChamferRatioUnits (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_pad_properties_base.h111 wxStaticText* m_mixedChamferRatioUnits; variable
H A Ddialog_pad_properties_base.cpp256m_mixedChamferRatioUnits = new wxStaticText( m_mixedProps, wxID_ANY, _("%"), wxDefaultPosition, wx… in DIALOG_PAD_PROPERTIES_BASE()
257 m_mixedChamferRatioUnits->Wrap( -1 ); in DIALOG_PAD_PROPERTIES_BASE()
258 fgMixedProps->Add( m_mixedChamferRatioUnits, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 ); in DIALOG_PAD_PROPERTIES_BASE()
H A Ddialog_pad_properties.cpp131 m_mixedChamferRatioUnits ), in DIALOG_PAD_PROPERTIES()