Changeset 2170 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
- Timestamp:
- Apr 18, 2007 1:09:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r2154 r2170 424 424 6 /* seems that RichText adds some margin */ + 425 425 whatsThisLabel->fontMetrics().width ('m') * 40); 426 connect (whatsThisLabel, SIGNAL (textChanged()), this, SLOT (processAdjustSize()));427 426 428 427 /* … … 799 798 VBoxGlobal::centerWidget (this, parentWidget()); 800 799 } 801 802 void VBoxVMSettingsDlg::processAdjustSize()803 {804 int newHeight = minimumSize().height();805 int oldHeight = height();806 if (newHeight > oldHeight)807 resize (minimumSize());808 }809 810 800 811 801 void VBoxVMSettingsDlg::updateShortcuts()
Note:
See TracChangeset
for help on using the changeset viewer.