VirtualBox

Changeset 4775 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 13, 2007 2:58:42 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: fix size string for x.00 .. x.09

File:
1 edited

Legend:

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

    r4582 r4775  
    27632763        }
    27642764        number = QString ("%1%2%3").arg (intg).arg (decimalSep())
    2765                                    .arg (QString::number (hund).leftJustify (2, '0'));
     2765                                   .arg (QString::number (hund).rightJustify (2, '0'));
    27662766    }
    27672767    else
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