fix(settings): wrong title text size for control
This commit is contained in:
parent
eb519782ac
commit
8232e1d249
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ impl<'a, Message: 'static> Item<'a, Message> {
|
||||||
|
|
||||||
contents.push(column!(title, desc).spacing(2).into());
|
contents.push(column!(title, desc).spacing(2).into());
|
||||||
} else {
|
} else {
|
||||||
contents.push(text(self.title).into());
|
contents.push(text(self.title).size(20).into());
|
||||||
}
|
}
|
||||||
|
|
||||||
contents.push(horizontal_space(iced::Length::Fill).into());
|
contents.push(horizontal_space(iced::Length::Fill).into());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue