Changeset 3820 in vbox for trunk/src/VBox
- Timestamp:
- Jul 25, 2007 8:58:05 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r3802 r3820 2937 2937 mSettings->setDialogType (VBoxSharedFoldersSettings::MachineType | 2938 2938 VBoxSharedFoldersSettings::ConsoleType); 2939 mSettings->getFromConsole (aSession.GetConsole()); 2939 2940 mSettings->getFromMachine (aSession.GetMachine()); 2940 mSettings->getFromConsole (aSession.GetConsole());2941 2941 mainLayout->addWidget (mSettings); 2942 2942 … … 2973 2973 void VBoxSFDialog::showEvent (QShowEvent *aEvent) 2974 2974 { 2975 resize ( 600, 500);2975 resize (450, 300); 2976 2976 VBoxGlobal::centerWidget (this, parentWidget()); 2977 2977 setMinimumWidth (400); -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h
r3802 r3820 448 448 } 449 449 listView->setOpen (aRoot, true); 450 listView->setCurrentItem (aRoot );451 processCurrentChanged (aRoot );450 listView->setCurrentItem (aRoot->firstChild()); 451 processCurrentChanged (aRoot->firstChild()); 452 452 } 453 453
Note:
See TracChangeset
for help on using the changeset viewer.