Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to new Libadwaita widgets #459

Merged
merged 9 commits into from
Oct 1, 2023
Prev Previous commit
Next Next commit
error-dialog: Start using Adw.ToolbarView
  • Loading branch information
oscfdezdz committed Sep 21, 2023
commit 0170b4412a04b930ea4332635f858f9ef4b2943a
12 changes: 5 additions & 7 deletions src/exm-error-dialog.blp
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ template $ExmErrorDialog : Adw.Window {
default-height: 450;
title: _("Error Report");

Gtk.Box {
orientation: vertical;
Adw.ToolbarView {

Adw.HeaderBar {
styles ["flat"]
}
[top]
Adw.HeaderBar {}

Gtk.Box {
content: Gtk.Box {
styles ["content"]
orientation: vertical;
spacing: 16;
Expand Down Expand Up @@ -67,6 +65,6 @@ template $ExmErrorDialog : Adw.Window {
clicked => $on_new_issue_button_clicked() swapped;
}
}
}
};
}
}