From adfd1b49276647344e04a54147855a2e5f936312 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Sat, 4 Jul 2026 00:10:14 +0200 Subject: [PATCH] fix: set sidebar to top and navigation to bottom in branding.desc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The QML files are designed for sidebar-at-top (logo, step name, progress bar) and navigation-at-bottom (Back/Cancel/Next buttons in a horizontal row). branding.desc had them reversed (sidebar at bottom, navigation on right), causing the entire chrome to render in the wrong positions — sidebar at bottom with inverted shadow and progress bar, navigation as a vertical strip on the right side. Changed: sidebar: qml,top | navigation: qml,bottom --- packages/calamares-branding-antergos-next/branding.desc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/calamares-branding-antergos-next/branding.desc b/packages/calamares-branding-antergos-next/branding.desc index 5ea838f..b792846 100644 --- a/packages/calamares-branding-antergos-next/branding.desc +++ b/packages/calamares-branding-antergos-next/branding.desc @@ -8,8 +8,8 @@ windowExpanding: normal windowSize: 920px,630px windowPlacement: center -sidebar: qml,bottom -navigation: qml,right +sidebar: qml,top +navigation: qml,bottom strings: productName: "Antergos NeXT"