From 8e4245d50e46b8e9966231a3de94b1ebd553868a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 18 May 2022 01:47:18 -0400 Subject: [PATCH] that looked bad --- src/data.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data.rs b/src/data.rs index 767c5bc..561cf9b 100644 --- a/src/data.rs +++ b/src/data.rs @@ -31,8 +31,8 @@ impl TextDataRaw { help_panel: RichText::from(self.help_panel), help_function: RichText::from(self.help_function), help_other: RichText::from(self.help_other), - license_info: RichText::from(self.license_info).size(SIZE * 0.95), - welcome: RichText::from(self.welcome).size(SIZE + 2.0), + license_info: RichText::from(self.license_info), + welcome: RichText::from(self.welcome).size(SIZE + 1.0), } } }