VirtualBox

Ignore:
Timestamp:
Aug 1, 2007 2:40:54 PM (17 years ago)
Author:
vboxsync
Message:

2031: Wrong size of the First Run Wizard for non-English languages:

The issue was caused by earlier predefined QLabel vertical policy = "fixed". This "fixed" policy was based on incorrect horizontal size.

"Preferred" vertical policy corrects the situation. ("fixed" policy is no more required due to the size hint is correctly calculated for the predefined minimum QLabel width).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h

    r3947 r3963  
    8888
    8989    /* setup minimum width for the sizeHint to be calculated correctly */
    90     int wid = widthSpacer->minimumSize().width() + 50;
     90    int wid = widthSpacer->minimumSize().width();
    9191    txWelcome->setMinimumWidth (wid);
    9292    txType->setMinimumWidth (wid);
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