Skip to content

Commit 0d106ca

Browse files
committed
Set top margin for subtitle_box in AppBar widget
1 parent 32f36db commit 0d106ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Widgets/AppBar.vala

+1
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ public class He.AppBar : He.Bin {
477477

478478
subtitle_box.append (viewsubtitle);
479479
subtitle_box.set_visible (false);
480+
subtitle_box.margin_top = 6;
480481

481482
labels_box.homogeneous = true;
482483
labels_box.hexpand = true;

0 commit comments

Comments
 (0)