Changeset 3963 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 1, 2007 2:40:54 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui
r3962 r3963 94 94 <sizepolicy> 95 95 <hsizetype>1</hsizetype> 96 <vsizetype> 0</vsizetype>96 <vsizetype>5</vsizetype> 97 97 <horstretch>0</horstretch> 98 98 <verstretch>0</verstretch> … … 113 113 <sizepolicy> 114 114 <hsizetype>1</hsizetype> 115 <vsizetype> 0</vsizetype>115 <vsizetype>5</vsizetype> 116 116 <horstretch>0</horstretch> 117 117 <verstretch>0</verstretch> … … 217 217 <sizepolicy> 218 218 <hsizetype>1</hsizetype> 219 <vsizetype> 0</vsizetype>219 <vsizetype>5</vsizetype> 220 220 <horstretch>0</horstretch> 221 221 <verstretch>0</verstretch> … … 236 236 <sizepolicy> 237 237 <hsizetype>1</hsizetype> 238 <vsizetype> 0</vsizetype>238 <vsizetype>5</vsizetype> 239 239 <horstretch>0</horstretch> 240 240 <verstretch>0</verstretch> … … 302 302 <sizepolicy> 303 303 <hsizetype>1</hsizetype> 304 <vsizetype> 0</vsizetype>304 <vsizetype>5</vsizetype> 305 305 <horstretch>0</horstretch> 306 306 <verstretch>0</verstretch> … … 321 321 <sizepolicy> 322 322 <hsizetype>1</hsizetype> 323 <vsizetype> 0</vsizetype>323 <vsizetype>5</vsizetype> 324 324 <horstretch>0</horstretch> 325 325 <verstretch>0</verstretch> … … 540 540 <sizepolicy> 541 541 <hsizetype>1</hsizetype> 542 <vsizetype> 0</vsizetype>542 <vsizetype>5</vsizetype> 543 543 <horstretch>0</horstretch> 544 544 <verstretch>0</verstretch> … … 559 559 <sizepolicy> 560 560 <hsizetype>1</hsizetype> 561 <vsizetype> 0</vsizetype>561 <vsizetype>5</vsizetype> 562 562 <horstretch>0</horstretch> 563 563 <verstretch>0</verstretch> … … 578 578 <sizepolicy> 579 579 <hsizetype>1</hsizetype> 580 <vsizetype> 0</vsizetype>580 <vsizetype>5</vsizetype> 581 581 <horstretch>0</horstretch> 582 582 <verstretch>0</verstretch> … … 597 597 <sizepolicy> 598 598 <hsizetype>1</hsizetype> 599 <vsizetype> 0</vsizetype>599 <vsizetype>5</vsizetype> 600 600 <horstretch>0</horstretch> 601 601 <verstretch>0</verstretch> -
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.