VirtualBox

Changeset 77870 in vbox


Ignore:
Timestamp:
Mar 25, 2019 12:16:39 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699. Showing session panel during file manager start up.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl
Files:
2 edited

Legend:

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

    r77528 r77870  
    718718        }
    719719    }
     720    /* Make sure Session panel is visible: */
     721    if (m_pSessionPanel && !m_pSessionPanel->isVisible())
     722        showPanel(m_pSessionPanel);
    720723}
    721724
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp

    r77868 r77870  
    482482        m_pMainLayout->addWidget(m_pWarningLabel, 2, 0, 5, 5);
    483483        QFont labelFont = m_pWarningLabel->font();
    484         float fSizeMultiplier = 2.5;
     484        float fSizeMultiplier = 1.5f;
    485485        if (labelFont.pointSize() != -1)
    486486            labelFont.setPointSize(fSizeMultiplier * labelFont.pointSize());
     
    982982    }
    983983    if (m_pWarningLabel)
    984         m_pWarningLabel->setText(UIFileManager::tr("No Guest Session"));
     984        m_pWarningLabel->setText(UIFileManager::tr("No Guest Session\nPlease use the Session Panel to start \na guest session"));
    985985}
    986986
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