Skip to content

Commit

Permalink
BottomSheet.vala - circular close button
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jul 19, 2024
1 parent cf6379d commit df6d91a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Widgets/BottomSheet.vala
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public class He.BottomSheet : Gtk.Widget {
cancel_button.hexpand = true;
cancel_button.halign = Gtk.Align.END;
cancel_button.add_css_class ("close-button");
cancel_button.add_css_class ("circular");
cancel_button.set_tooltip_text (_("Cancel"));
title_label = new Gtk.Label ("");
title_label.add_css_class ("view-title");
Expand Down Expand Up @@ -193,4 +194,4 @@ public class He.BottomSheet : Gtk.Widget {

sheet_bin.allocate (width, sheet_height, baseline, t);
}
}
}

0 comments on commit df6d91a

Please sign in to comment.