From c583a2174d28878a6b1a31288e80b96fac62e799 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 4 Sep 2019 11:09:57 +0200 Subject: Improve tour example --- src/widget/radio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/radio.rs') diff --git a/src/widget/radio.rs b/src/widget/radio.rs index a59d52aa..28353ef4 100644 --- a/src/widget/radio.rs +++ b/src/widget/radio.rs @@ -152,7 +152,7 @@ where renderer, text_bounds, &self.label, - 20.0, + None, self.label_color, text::HorizontalAlignment::Left, text::VerticalAlignment::Top, -- cgit