mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Format
This commit is contained in:
parent
65ab92eb78
commit
1719ce8c16
@ -500,7 +500,8 @@ impl Controls {
|
|||||||
(255, 255, 255)
|
(255, 255, 255)
|
||||||
};
|
};
|
||||||
Overlay::new(
|
Overlay::new(
|
||||||
Container::new(Row::with_children(vec![
|
Container::new(
|
||||||
|
Row::with_children(vec![
|
||||||
// Edit button
|
// Edit button
|
||||||
Button::new(
|
Button::new(
|
||||||
edit_button,
|
edit_button,
|
||||||
@ -525,7 +526,9 @@ impl Controls {
|
|||||||
)
|
)
|
||||||
.on_press(Message::Delete(i))
|
.on_press(Message::Delete(i))
|
||||||
.into(),
|
.into(),
|
||||||
]).spacing(5))
|
])
|
||||||
|
.spacing(5),
|
||||||
|
)
|
||||||
.padding(4),
|
.padding(4),
|
||||||
// Select Button
|
// Select Button
|
||||||
AspectRatioContainer::new(
|
AspectRatioContainer::new(
|
||||||
|
Loading…
Reference in New Issue
Block a user