VirtualBox

Changeset 103083 in vbox for trunk


Ignore:
Timestamp:
Jan 26, 2024 1:05:51 PM (8 months ago)
Author:
vboxsync
Message:

FE/Qt: UIWelcomePane: Missing part of r161314; QIRichTextLabel requires manual activation after setting minimum width, that's kind of tricky.

File:
1 edited

Legend:

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

    r103069 r103083  
    165165        const QSize screenGeometry = gpDesktop->screenGeometry(this).size();
    166166        foreach (QIRichTextLabel *pLabel, labels)
     167        {
    167168            pLabel->setMinimumTextWidth(screenGeometry.width() * .2);
     169            pLabel->resize(pLabel->minimumSizeHint());
     170        }
    168171    }
    169172}
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