Reduce default size of checkbox to 15.0

This commit is contained in:
Héctor Ramón Jiménez 2024-03-05 22:03:10 +01:00
parent 7d84c9c9c3
commit 87d16a090b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 6 additions and 5 deletions

View file

@ -355,6 +355,7 @@ impl Task {
let checkbox = checkbox(&self.description, self.completed)
.on_toggle(TaskMessage::Completed)
.width(Length::Fill)
.size(17)
.text_shaping(text::Shaping::Advanced);
row![