Skip to content

Commit

Permalink
Don't let the icon go too far up here
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Feb 1, 2024
1 parent 1111ee7 commit c97484b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Widgets/AboutWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public class He.AboutWindow : He.Window {

icon_image.valign = Gtk.Align.START;
icon_image.pixel_size = 128;
icon_image.margin_top = 18;
icon_image.add_css_class ("icon-dropshadow");

content_box.append (icon_image);
Expand Down

0 comments on commit c97484b

Please sign in to comment.