mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Set Launcher's information widget to readonly
This commit is contained in:
@@ -90,6 +90,7 @@ MainWindow::MainWindow()
|
||||
|
||||
_informationWidget = new QTextEdit(this);
|
||||
_informationWidget->setReadOnly(true);
|
||||
_informationWidget->setEnabled(false);
|
||||
layout->addWidget(_informationWidget, 1, 0, 2, 1);
|
||||
|
||||
QWidget* container = new QWidget;
|
||||
|
||||
Reference in New Issue
Block a user