Home
last modified time | relevance | path

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

/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp133 int32 labelCount = sizeof(labels) / sizeof(BString); in SetFont() local
134 fMaxLabelWidth = _MaxLineWidth(labels, labelCount, bold); in SetFont()