From 48e387a1ae5b26852a1200fb1937921dfbc1f539 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 17 Sep 2024 11:04:37 +0200 Subject: [PATCH] Fix doclink --- crates/epaint/src/text/text_layout_types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/epaint/src/text/text_layout_types.rs b/crates/epaint/src/text/text_layout_types.rs index 2099e3cf6f1..1aed0c634cd 100644 --- a/crates/epaint/src/text/text_layout_types.rs +++ b/crates/epaint/src/text/text_layout_types.rs @@ -280,7 +280,6 @@ pub struct TextFormat { /// If you use a small font and [`Align::TOP`] you /// can get the effect of raised text. pub valign: Align, - // TODO(emilk): lowered } impl Default for TextFormat {