Skip to content

Commit e8cfda7

Browse files
committed
Remove link underline, increase line height
1 parent 44995af commit e8cfda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/draw_ctx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ impl DrawCtx {
190190
let tag = gtk::builders::TextTagBuilder::new()
191191
.family(&config.family)
192192
.weight(config.weight)
193+
.line_height(1.4)
193194
.build();
194195

195196
tag.set_foreground_rgba(
@@ -198,7 +199,6 @@ impl DrawCtx {
198199
.lookup_color("accent_color")
199200
.as_ref(),
200201
);
201-
tag.set_underline(gtk::pango::Underline::Low);
202202

203203
Self::set_linkhandler(&tag, link.clone());
204204

0 commit comments

Comments
 (0)