Skip to content

Commit

Permalink
Set view_title_box.margin_start to 0 when show_back value is true i…
Browse files Browse the repository at this point in the history
…n AppBar widget
  • Loading branch information
lainsce committed Sep 11, 2024
1 parent f173173 commit b99ee1f
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 @@ -274,6 +274,7 @@ public class He.AppBar : He.Bin {
if (value) {
labels_box.margin_start = 12;
labels_box.margin_top = 0;
view_title_box.margin_start = 0;
} else {
labels_box.margin_start = 0;
labels_box.margin_top = 0;
Expand Down

0 comments on commit b99ee1f

Please sign in to comment.