Skip to content

Commit

Permalink
Pesky auto css classes..
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 17, 2024
1 parent 57be4e9 commit 007ee62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Widgets/TipView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ 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 007ee62

Please sign in to comment.