VirtualBox

Changeset 9471 in vbox


Ignore:
Timestamp:
Jun 6, 2008 12:27:52 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31728
Message:

FE/Qt4: mixed int and pointer types ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDiskImageManagerDlg.cpp

    r9449 r9471  
    20262026#endif /* QT_VERSION >= 0x040300 */
    20272027    if (aLeftRightMargin)
    2028         aInfo->setContentsMargins (margin, NULL, margin, NULL);
     2028        aInfo->setContentsMargins (margin, 0, margin, 0);
    20292029    else
    2030         aInfo->setContentsMargins (margin, NULL, NULL, NULL);
     2030        aInfo->setContentsMargins (margin, 0, 0, 0);
    20312031    rootLayout->addWidget (aInfo, aRow, aCol + 1, aRowSpan, aColSpan);
    20322032}
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