Reduce default size of checkbox to 15.0
This commit is contained in:
parent
7d84c9c9c3
commit
87d16a090b
3 changed files with 6 additions and 5 deletions
|
|
@ -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![
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue