Increase width of controls in pane_grid example
This commit is contained in:
parent
5c8cfb411e
commit
57db196c3a
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ fn view_content<'a>(
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
.spacing(5)
|
.spacing(5)
|
||||||
.max_width(150);
|
.max_width(160);
|
||||||
|
|
||||||
if total_panes > 1 && !is_pinned {
|
if total_panes > 1 && !is_pinned {
|
||||||
controls = controls.push(
|
controls = controls.push(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue