Changeset 3963 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h
- Timestamp:
- Aug 1, 2007 2:40:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h
r3947 r3963 88 88 89 89 /* setup minimum width for the sizeHint to be calculated correctly */ 90 int wid = widthSpacer->minimumSize().width() + 50;90 int wid = widthSpacer->minimumSize().width(); 91 91 txWelcome->setMinimumWidth (wid); 92 92 txType->setMinimumWidth (wid);
Note:
See TracChangeset
for help on using the changeset viewer.