Merge branch 'master' into feature/software-renderer
This commit is contained in:
commit
aa4b5bb6b9
12 changed files with 45 additions and 82 deletions
|
|
@ -146,7 +146,9 @@ impl Application for WebSocket {
|
|||
}
|
||||
}
|
||||
|
||||
row![input, button].spacing(10).align_items(Alignment::Fill)
|
||||
row![input, button]
|
||||
.spacing(10)
|
||||
.align_items(Alignment::Center)
|
||||
};
|
||||
|
||||
column![message_log, new_message_input]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue