mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 11:55:36 -04:00
[calamares] Navigation getting the wrong side
This commit is contained in:
parent
6f15b69917
commit
f8258f671b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue