Skip to content

Commit

Permalink
Use new Helium window title controls props
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Oct 12, 2023
1 parent a4f2daa commit f22fb49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/ui/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Gtk 4.0;
using He 1;
using Bis 1;

template BudsWindow : He.ApplicationWindow {
template $BudsWindow : He.ApplicationWindow {
default-width: 800;
default-height: 600;
width-request: 360;
Expand All @@ -21,7 +21,7 @@ template BudsWindow : He.ApplicationWindow {
He.SideBar listgrid {
show-back: false;
has-margins: false;
show-buttons: bind album.folded;
show-left-title-buttons: bind album.folded;
width-request: 250;
title: _("Contacts");
scroller: sw;
Expand Down Expand Up @@ -81,7 +81,8 @@ template BudsWindow : He.ApplicationWindow {
]

He.AppBar info_title {
show-buttons: true;
show-left-title-buttons: bind album.folded;
show-right-title-buttons: true;
show-back: bind album.folded;
}

Expand Down

0 comments on commit f22fb49

Please sign in to comment.