Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.cpp180 int snrLabelWidth; member in SBStarIndicators
378 panel->GetTextExtent(_("SNR"), &snrLabelWidth, &txtHeight); in SBStarIndicators()
382 fldWidths.push_back(snrLabelWidth + snrValueWidth + 2 * panel->emWidth); in SBStarIndicators()
411 txtSNRValue->SetPosition(wxPoint(snrPos.x + 3 + snrLabelWidth + 6, snrPos.y)); in PositionControls()