VirtualBox

Ignore:
Timestamp:
Jul 8, 2013 2:29:53 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Build fix for r87076.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneTextPane.cpp

    r47042 r47043  
    268268{
    269269#if defined(Q_WS_MAC)
    270     font.setPointSize(currentFont.pointSize() - 2);
     270    font.setPointSize(font.pointSize() - 2);
    271271#elif defined(Q_WS_X11)
    272     font.setPointSize(currentFont.pointSize() - 1);
     272    font.setPointSize(font.pointSize() - 1);
    273273#endif
    274274    return font;
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