diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-13 23:51:31 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-13 23:51:31 +0300 |
commit | 9edc8c9737c744056b8c92af88a77ee889813e13 (patch) | |
tree | d0fdbc11d0fb221fe9383fa46f05af947a1e6910 /src/ui/window.rs | |
parent | 4c2715bc4b1343dec814ec260f0f70c5c22883a1 (diff) | |
download | Furtherance-9edc8c9737c744056b8c92af88a77ee889813e13.tar.zst |
Update libadwaita to v1.1
Diffstat (limited to 'src/ui/window.rs')
-rwxr-xr-x | src/ui/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.rs b/src/ui/window.rs index d252ef7..dd6ae54 100755 --- a/src/ui/window.rs +++ b/src/ui/window.rs @@ -41,7 +41,7 @@ mod imp { pub struct FurtheranceWindow { // Template widgets #[template_child] - pub header_bar: TemplateChild<gtk::HeaderBar>, + pub header_bar: TemplateChild<adw::HeaderBar>, #[template_child] pub watch: TemplateChild<gtk::Label>, #[template_child] |