Increase text size of pane dimensions in pane_grid example
This commit is contained in:
parent
870d651f35
commit
c85caff7a5
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ impl Content {
|
||||||
.width(Length::Fill)
|
.width(Length::Fill)
|
||||||
.spacing(10)
|
.spacing(10)
|
||||||
.align_items(Alignment::Center)
|
.align_items(Alignment::Center)
|
||||||
.push(Text::new(format!("{}x{}", size.width, size.height)).size(18))
|
.push(Text::new(format!("{}x{}", size.width, size.height)).size(24))
|
||||||
.push(controls);
|
.push(controls);
|
||||||
|
|
||||||
Container::new(content)
|
Container::new(content)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue