Changeset 75078 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 25, 2018 3:01:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIScaleFactorEditor.cpp
r75074 r75078 30 30 /* GUI includes: */ 31 31 # include "QIAdvancedSlider.h" 32 # include "VBoxGlobal.h"33 32 # include "UIScaleFactorEditor.h" 34 33 … … 238 237 { 239 238 m_pMainLayout->addWidget(m_pScaleSpinBox, 0, 3); 240 vboxGlobal().setMinimumWidthAccordingSymbolCount(m_pScaleSpinBox, 7);241 239 m_pScaleSpinBox->setSuffix("%"); 242 240 m_pScaleSpinBox->setMinimum(100);
Note:
See TracChangeset
for help on using the changeset viewer.