[calamares] Navigation getting the wrong side
This commit is contained in:
parent
6f15b69917
commit
f8258f671b
@ -406,7 +406,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
|||||||
::getQmlSidebar,
|
::getQmlSidebar,
|
||||||
qBound( 100, CalamaresUtils::defaultFontHeight() * 12, w < windowPreferredWidth ? 100 : 190 ) );
|
qBound( 100, CalamaresUtils::defaultFontHeight() * 12, w < windowPreferredWidth ? 100 : 190 ) );
|
||||||
QWidget* navigation = flavoredWidget( branding->navigationFlavor(),
|
QWidget* navigation = flavoredWidget( branding->navigationFlavor(),
|
||||||
::orientation( branding->sidebarSide() ),
|
::orientation( branding->navigationSide() ),
|
||||||
this,
|
this,
|
||||||
baseWidget,
|
baseWidget,
|
||||||
::getWidgetNavigation,
|
::getWidgetNavigation,
|
||||||
|
Loading…
Reference in New Issue
Block a user