mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -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,
|
||||
qBound( 100, CalamaresUtils::defaultFontHeight() * 12, w < windowPreferredWidth ? 100 : 190 ) );
|
||||
QWidget* navigation = flavoredWidget( branding->navigationFlavor(),
|
||||
::orientation( branding->sidebarSide() ),
|
||||
::orientation( branding->navigationSide() ),
|
||||
this,
|
||||
baseWidget,
|
||||
::getWidgetNavigation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue