Changeset 101422 in vbox
- Timestamp:
- Oct 12, 2023 11:17:25 AM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159475
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.cpp ¶
r101421 r101422 605 605 case R_Spacing: 606 606 { 607 return QApplication::style()->pixelMetric(QStyle::PM_LayoutHorizontalSpacing) * 2;607 return qMax(QApplication::style()->pixelMetric(QStyle::PM_LayoutVerticalSpacing), 5) * 2; 608 608 } 609 609 case R_IconSize:
Note:
See TracChangeset
for help on using the changeset viewer.