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

/haiku-fatelf/src/apps/deskbar/
H A DBarMenuBar.cpp54 const float kSepItemWidth = 5.0f; variable
93 fDeskbarMenuItem->SetWidthHeight(width - kSepItemWidth, height);
157 fSeparatorItem = new TTeamMenuItem(kSepItemWidth,
H A DExpandoMenuBar.cpp67 const float kSepItemWidth = 5.0f; variable
683 - fDeskbarMenuWidth - kSepItemWidth;
691 + kSepItemWidth;
807 + kSepItemWidth;
809 - fDeskbarMenuWidth - kSepItemWidth;
H A DBarView.cpp74 const float kSepItemWidth = 5.0f; variable
394 width = floorf(width) / 2 + kSepItemWidth;

Completed in 46 milliseconds