VirtualBox

Ignore:
Timestamp:
Jul 4, 2018 1:16:10 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9083 Change fd creation dialog icon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.cpp

    r72869 r72873  
    8787
    8888#ifndef VBOX_WS_MAC
    89     setWindowIcon(QIcon(":/vm_settings_16px.png"));
     89    setWindowIcon(QIcon(":/fd_add_22px.png"));
    9090#endif
    9191
    9292    setWindowModality(Qt::WindowModal);
    9393    setSizeGripEnabled(false);
    94 
    9594
    9695    QGridLayout *pMainLayout = new QGridLayout;
     
    126125    if (m_pSizeCombo)
    127126    {
    128         pMainLayout->addWidget(m_pSizeCombo, 1, 1, 1, 2);
     127        pMainLayout->addWidget(m_pSizeCombo, 1, 1, 1, 1);
    129128        m_pSizeCombo->insertItem(FDSize_2_88M, "2.88M", 2949120);
    130129        m_pSizeCombo->insertItem(FDSize_1_44M, "1.44M", 1474560);
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