mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Make progress view unfocusable.
This commit is contained in:
parent
e0b1f91054
commit
fc4ce3d23b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue