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

/haiku/src/preferences/time/
H A DNetworkTimeView.cpp473 const float kButtonWidth = fServerTextControl->Frame().Height(); local
477 fAddButton->SetExplicitSize(BSize(kButtonWidth, kButtonWidth));
481 fRemoveButton->SetExplicitSize(BSize(kButtonWidth, kButtonWidth));
484 fServerListView->SetExplicitMinSize(BSize(B_SIZE_UNSET, kButtonWidth * 4));

Completed in 18 milliseconds