Skip to content

Commit

Permalink
Add top margin to title_label in BottomSheet widget
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Sep 2, 2024
1 parent 781357f commit e433df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Widgets/BottomSheet.vala
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ public class He.BottomSheet : Gtk.Widget {
gesture_drag.drag_end.connect (on_drag_end);

title_label = new Gtk.Label ("");
title_label.margin_top = 6;
title_label.valign = Gtk.Align.START;
title_label.halign = Gtk.Align.CENTER;
title_label.hexpand = true;
Expand Down

0 comments on commit e433df9

Please sign in to comment.