VirtualBox

Changeset 74863 in vbox


Ignore:
Timestamp:
Oct 16, 2018 11:14:20 AM (6 years ago)
Author:
vboxsync
Message:

bugref:9255. A small fix in monitor combo box items text

File:
1 edited

Legend:

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

    r74837 r74863  
    163163    {
    164164        m_pMonitorComboBox->setItemText(0, tr("All Monitors"));
    165         for (int i = 0; i < m_pMonitorComboBox->count(); ++i)
     165        for (int i = 1; i < m_pMonitorComboBox->count(); ++i)
    166166            m_pMonitorComboBox->setItemText(i, tr("Monitor(%1)").arg(i));
    167167    }
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