Changeset 101457 in vbox for trunk/src/VBox
- Timestamp:
- Oct 17, 2023 7:05:18 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp
r101451 r101457 245 245 : QCheckBox(pParent) 246 246 { 247 setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding); 247 248 } 248 249 … … 279 280 const QPalette pal = QGuiApplication::palette(); 280 281 QRect contentRect = pEvent->rect(); 282 #ifdef VBOX_WS_MAC 281 283 contentRect.setLeft(contentRect.left() + 2); /// @todo justify! 282 284 contentRect.setWidth(contentRect.width() - 10); /// @todo justify! 285 #endif 283 286 284 287 /* Prepare painter: */
Note:
See TracChangeset
for help on using the changeset viewer.