Changeset 3003 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Jun 4, 2007 6:57:59 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r2981 r3003 72 72 buttonLayout->addItem (spacer); 73 73 buttonLayout->addWidget (btCancel); 74 75 /* resize to fit the aIfaceName in one string */ 76 int requiredWidth = mLeName->fontMetrics().width (aIfaceName) + 77 mLeName->frameWidth() * 2 + 78 mLeName->lineWidth() * 2 + 79 inputLayout->spacing() + 80 lbName->fontMetrics().width (lbName->text()) + 81 lbName->frameWidth() * 2 + 82 lbName->lineWidth() * 2 + 83 mainLayout->margin() * 2; 84 resize (requiredWidth, minimumHeight()); 74 85 75 86 /* Validate interface name field */
Note:
See TracChangeset
for help on using the changeset viewer.