Fix websocket example
This commit is contained in:
parent
03c901d49b
commit
11474bdc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ impl Application for WebSocket {
|
||||||
|
|
||||||
let mut button = button(
|
let mut button = button(
|
||||||
text("Send")
|
text("Send")
|
||||||
.height(Length::Fill)
|
.height(40)
|
||||||
.vertical_alignment(alignment::Vertical::Center),
|
.vertical_alignment(alignment::Vertical::Center),
|
||||||
)
|
)
|
||||||
.padding([0, 20]);
|
.padding([0, 20]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue