VirtualBox

Changeset 64729 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 21, 2016 12:28:37 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8670: Fixing regression of r108620 due to which slider scale-factor is not 2x aligned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.cpp

    r62493 r64729  
    202202        // "magical number" - 588351, having it more than that brings
    203203        // unpredictable results like slider token jumping and disappearing,
    204         // so we are limiting tick count by lowering slider-scale 100 times.
    205         iSliderScale /= 100;
     204        // so we are limiting tick count by lowering slider-scale 128 times.
     205        iSliderScale /= 128;
    206206#endif /* VBOX_WS_MAC */
    207207    }
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