VirtualBox

Ignore:
Timestamp:
Feb 27, 2007 11:02:29 AM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: Use the default font family for VM names in the selector list instead of explicitly choosing Arial.

File:
1 edited

Legend:

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

    r1068 r1072  
    9797    mVBox = vboxGlobal().virtualBox();
    9898
    99     mNameFont = QFont ("Arial", font().pointSize() + 1, QFont::Bold);
    100     mShotFont = QFont ("Arial", font().pointSize() + 1);
     99    mNameFont = QFont (font().family(), font().pointSize() + 1, QFont::Bold);
     100    mShotFont = QFont (font().family(), font().pointSize() + 1);
    101101    mStateBusyFont = font();
    102102    mStateBusyFont.setItalic (true);
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