Skip to content

Commit

Permalink
Set top margin for subtitle_box in AppBar widget
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 30, 2024
1 parent 32f36db commit 0d106ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Widgets/AppBar.vala
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ public class He.AppBar : He.Bin {

subtitle_box.append (viewsubtitle);
subtitle_box.set_visible (false);
subtitle_box.margin_top = 6;

labels_box.homogeneous = true;
labels_box.hexpand = true;
Expand Down

0 comments on commit 0d106ca

Please sign in to comment.