Home
last modified time | relevance | path

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

/haiku/src/apps/deskbar/
H A DBarView.cpp1267 float iconOnlyHeight = iconSize + iconPadding / 2; in TeamMenuItemHeight() local
1283 return iconOnlyHeight; in TeamMenuItemHeight()
1287 return std::max(iconOnlyHeight, labelHeight); in TeamMenuItemHeight()
1290 return ceilf(iconOnlyHeight + labelHeight); in TeamMenuItemHeight()