Changeset 77870 in vbox
- Timestamp:
- Mar 25, 2019 12:16:39 PM (6 years ago)
- 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 718 718 } 719 719 } 720 /* Make sure Session panel is visible: */ 721 if (m_pSessionPanel && !m_pSessionPanel->isVisible()) 722 showPanel(m_pSessionPanel); 720 723 } 721 724 -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp
r77868 r77870 482 482 m_pMainLayout->addWidget(m_pWarningLabel, 2, 0, 5, 5); 483 483 QFont labelFont = m_pWarningLabel->font(); 484 float fSizeMultiplier = 2.5;484 float fSizeMultiplier = 1.5f; 485 485 if (labelFont.pointSize() != -1) 486 486 labelFont.setPointSize(fSizeMultiplier * labelFont.pointSize()); … … 982 982 } 983 983 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")); 985 985 } 986 986
Note:
See TracChangeset
for help on using the changeset viewer.