VirtualBox

Changeset 101457 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 17, 2023 7:05:18 AM (15 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Adjust layout for mode change editor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp

    r101451 r101457  
    245245    : QCheckBox(pParent)
    246246{
     247    setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
    247248}
    248249
     
    279280    const QPalette pal = QGuiApplication::palette();
    280281    QRect contentRect = pEvent->rect();
     282#ifdef VBOX_WS_MAC
    281283    contentRect.setLeft(contentRect.left() + 2); /// @todo justify!
    282284    contentRect.setWidth(contentRect.width() - 10); /// @todo justify!
     285#endif
    283286
    284287    /* Prepare painter: */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette