Changeset 101123 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 14, 2023 4:09:50 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIFontScaleEditor.cpp
r101011 r101123 207 207 m_pScaleSpinBox->setMaximum(iMaximum); 208 208 209 QLineEdit *pLineEdit = new QLineEdit;210 pLineEdit->setReadOnly(true);211 212 209 m_pScaleSlider->blockSignals(false); 213 210 m_pScaleSpinBox->blockSignals(false);
Note:
See TracChangeset
for help on using the changeset viewer.