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)
|
||||
.spacing(10)
|
||||
.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);
|
||||
|
||||
Container::new(content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue