Make progress view unfocusable.
This commit is contained in:
parent
e0b1f91054
commit
fc4ce3d23b
@ -82,6 +82,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
||||
|
||||
ProgressTreeView* tv = new ProgressTreeView( sideBox );
|
||||
sideLayout->addWidget( tv );
|
||||
tv->setFocusPolicy( Qt::NoFocus );
|
||||
CalamaresUtils::unmarginLayout( sideLayout );
|
||||
CalamaresUtils::unmarginLayout( mainLayout );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user