Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.cpp374 int snrValueWidth; in SBStarIndicators() local
379 panel->GetTextExtent("999.9", &snrValueWidth, &txtHeight); in SBStarIndicators()
382 fldWidths.push_back(snrLabelWidth + snrValueWidth + 2 * panel->emWidth); in SBStarIndicators()
390 …xStaticText(panel, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(snrValueWidth, 3), wxALIGN_R… in SBStarIndicators()