VirtualBox

Changeset 3820 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 25, 2007 8:58:05 AM (17 years ago)
Author:
vboxsync
Message:

2130: Improve Shared Folders UI:

Shared Folders Dialog improvements/bugfixes done:

  1. Starting dialog size made 450x300.
  2. The first SF item is now selected during dialog startup.
Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r3802 r3820  
    29372937    mSettings->setDialogType (VBoxSharedFoldersSettings::MachineType |
    29382938                              VBoxSharedFoldersSettings::ConsoleType);
     2939    mSettings->getFromConsole (aSession.GetConsole());
    29392940    mSettings->getFromMachine (aSession.GetMachine());
    2940     mSettings->getFromConsole (aSession.GetConsole());
    29412941    mainLayout->addWidget (mSettings);
    29422942
     
    29732973void VBoxSFDialog::showEvent (QShowEvent *aEvent)
    29742974{
    2975     resize (600, 500);
     2975    resize (450, 300);
    29762976    VBoxGlobal::centerWidget (this, parentWidget());
    29772977    setMinimumWidth (400);
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h

    r3802 r3820  
    448448    }
    449449    listView->setOpen (aRoot, true);
    450     listView->setCurrentItem (aRoot);
    451     processCurrentChanged (aRoot);
     450    listView->setCurrentItem (aRoot->firstChild());
     451    processCurrentChanged (aRoot->firstChild());
    452452}
    453453
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette