Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_pad_properties_base.h119 wxStaticText* m_mixedCornerRatioUnits; variable
H A Ddialog_pad_properties_base.cpp297m_mixedCornerRatioUnits = new wxStaticText( m_mixedProps, wxID_ANY, _("%"), wxDefaultPosition, wxD… in DIALOG_PAD_PROPERTIES_BASE()
298 m_mixedCornerRatioUnits->Wrap( -1 ); in DIALOG_PAD_PROPERTIES_BASE()
299 …fgMixedProps->Add( m_mixedCornerRatioUnits, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 … in DIALOG_PAD_PROPERTIES_BASE()
H A Ddialog_pad_properties.cpp129 m_mixedCornerRatioUnits ), in DIALOG_PAD_PROPERTIES()