Skip to content

Commit

Permalink
Fix text collision
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 17, 2024
1 parent a51c9a9 commit 57be4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Widgets/TipView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ public class He.TipView : He.Bin {
message.set_width_chars (20);
message.set_ellipsize (Pango.EllipsizeMode.END);
message.set_lines (2);
message.set_margin_top (12);
message.set_margin_bottom (12);

label_box.append (title);
label_box.append (message);
Expand Down

0 comments on commit 57be4e9

Please sign in to comment.