Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_pad_properties_base.h95 wxStaticText* m_cornerRatioUnits; variable
H A Ddialog_pad_properties_base.cpp168m_cornerRatioUnits = new wxStaticText( m_roudingProps, wxID_ANY, _("%"), wxDefaultPosition, wxDefa… in DIALOG_PAD_PROPERTIES_BASE()
169 m_cornerRatioUnits->Wrap( -1 ); in DIALOG_PAD_PROPERTIES_BASE()
170 fgSizerRoundingProps->Add( m_cornerRatioUnits, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 ); in DIALOG_PAD_PROPERTIES_BASE()
H A Ddialog_pad_properties.cpp126 m_cornerRatio( aParent, m_cornerRatioLabel, m_cornerRatioCtrl, m_cornerRatioUnits ), in DIALOG_PAD_PROPERTIES()