Searched refs:repoText (Results 1 - 1 of 1) sorted by relevance

/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp249 BString repoText; local
250 repoText.Append("\n").Append(rowItem->Name())
252 minWidth = std::max(minWidth, StringWidth(repoText.String()));
253 text.Append(repoText);

Completed in 180 milliseconds