Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 17, 2024
1 parent 007ee62 commit a071eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Widgets/TipView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public class He.TipView : He.Bin {
var close_button = new He.DisclosureButton ("window-close-symbolic");
close_button.set_valign (Gtk.Align.START);
close_button.remove_css_class ("image-button");
close_button.width_request = 32;
close_button.clicked.connect (() => {
this.visible = false;
closed ();
Expand Down

0 comments on commit a071eac

Please sign in to comment.