[calamares] Give QML navigation bar a fixed height
This commit is contained in:
parent
02fc4ce806
commit
2dcf265c40
@ -179,6 +179,8 @@ CalamaresWindow::getQmlNavigation()
|
||||
{
|
||||
CalamaresUtils::registerCalamaresModels();
|
||||
QQuickWidget* w = new QQuickWidget( this );
|
||||
w->setFixedHeight( 64 );
|
||||
w->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding );
|
||||
w->setSource( QUrl(
|
||||
CalamaresUtils::searchQmlFile( CalamaresUtils::QmlSearch::Both, QStringLiteral( "calamares-navigation" ) ) ) );
|
||||
return w;
|
||||
|
Loading…
Reference in New Issue
Block a user