diff options
Diffstat (limited to 'src/widget/checkbox.rs')
-rw-r--r-- | src/widget/checkbox.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/checkbox.rs b/src/widget/checkbox.rs index 34d5df53..c60807fd 100644 --- a/src/widget/checkbox.rs +++ b/src/widget/checkbox.rs @@ -142,7 +142,7 @@ where renderer, text_bounds, &self.label, - 20.0, + None, self.label_color, text::HorizontalAlignment::Left, text::VerticalAlignment::Top, |