Skip to content

Commit

Permalink
fix weird label geo
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Dec 6, 2022
1 parent 2386259 commit c9db10b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Models/View.vala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ public abstract class He.View : Gtk.Widget, Gtk.Buildable {

construct {
title_label.visible = false;
title_label.margin_start = 0;
subtitle_label.visible = false;
subtitle_label.margin_start = 0;
titleswitcher.visible = false;
box.spacing = 6;
box.orientation = Gtk.Orientation.VERTICAL;
Expand Down

0 comments on commit c9db10b

Please sign in to comment.