VirtualBox

Ignore:
Timestamp:
Dec 11, 2018 9:11:54 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127400
Message:

FE/Qt: bugref:9289: VirtualBox Manager UI: Details pane: Small context-menu layout fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsContextMenu.cpp

    r75641 r76155  
    982982
    983983    /* Category list size is constant, options list size is vague: */
    984     m_pListWidgetCategories->setFixedSize(QSize(iW, iH));
    985     m_pListWidgetOptions->setFixedSize(QSize(iW * 1.5, iH));
     984    m_pListWidgetCategories->setFixedSize(QSize(iW * 1.3, iH));
     985    m_pListWidgetOptions->setFixedSize(QSize(iW * 1.3, iH));
    986986}
    987987
Note: See TracChangeset for help on using the changeset viewer.

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