Correct multiple issues in search install being a dialog

This commit is contained in:
heliguy
2024-03-27 22:10:55 -04:00
parent 7c6ec1ee98
commit 669112c1d0
2 changed files with 4 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ template $SearchInstallWindow: Adw.Dialog {
Adw.ToastOverlay toast_overlay {
Adw.ToolbarView {
[top]
HeaderBar {
Adw.HeaderBar {
}
content:
Adw.StatusPage {
@@ -36,12 +36,7 @@ template $SearchInstallWindow: Adw.Dialog {
title: _("Results");
Adw.ToolbarView {
[top]
HeaderBar {
[start]
Button back_button {
tooltip-text: _("Back");
icon-name: "left-large-symbolic";
}
Adw.HeaderBar {
}
[bottom]
ActionBar action_bar {
@@ -146,7 +141,7 @@ template $SearchInstallWindow: Adw.Dialog {
}
Adw.ToolbarView installing {
[top]
HeaderBar {
Adw.HeaderBar {
}
content:
Overlay overlay {