From b983ade736f612bece2b7d5874bd09510c78a701 Mon Sep 17 00:00:00 2001 From: "Tom A. Wagner" Date: Wed, 11 Oct 2023 22:45:21 +0200 Subject: [PATCH] ui: Move "disconnected" banner from headerbar into content The change to AdwToolbarView put the disconnected banner into the toolbar, resulting in a weird-looking separator when the bar is shown. This moves the banner into the "content" widget of the AdwToolbarView to fix that issue. --- src/ui/window.ui | 47 ++++++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/src/ui/window.ui b/src/ui/window.ui index f40432a..c1df524 100644 --- a/src/ui/window.ui +++ b/src/ui/window.ui @@ -26,31 +26,36 @@ - - - Disconnected - false - - - + + vertical - - - - true - true - - + + Disconnected + false - - - graph - end - end - 24 - 24 + + + + + + + true + true + + + + + + + graph + end + end + 24 + 24 + +