Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp38 float typeWidth = StringWidth(B_TRANSLATE("64-bit unsigned integer")) + 16; in AttributesView() local
44 typeWidth, typeWidth, typeMaxWidth, 0); in AttributesView()
52 SetExplicitMinSize(BSize(typeWidth + valueWidth + nameWidth + 40, in AttributesView()