diff --git a/data/ui/search_page.blp b/data/ui/search_page.blp index 01d7b0d..24daf4d 100644 --- a/data/ui/search_page.blp +++ b/data/ui/search_page.blp @@ -73,17 +73,15 @@ template $MusicusSearchPage: Adw.NavigationPage { ] } } + + Gtk.SearchEntry search_entry { + placeholder-text: _("Enter composers, performers, works…"); + margin-top: 24; + activate => $select() swapped; - Adw.Clamp { - Gtk.SearchEntry search_entry { - placeholder-text: _("Enter composers, performers, works…"); - margin-top: 24; - activate => $select() swapped; - - styles [ - "rounded-entry" - ] - } + styles [ + "rounded-entry" + ] } Gtk.Stack stack {