Searched defs:iItemHeight (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp294 int iItemHeight = qMax(24 /* icon height */, mTwSelector->fontMetrics().height() /* text height */); local
296 iItemHeight += 4 /* margin itself */ * 2 /* margin count */;
298 mTwSelector->setSizeHintForItems(QSize(iItemWidth , iItemHeight));

Completed in 1328 milliseconds