layout fixes
This commit is contained in:
parent
5c778b4350
commit
e59d10d23a
3 changed files with 8 additions and 10 deletions
|
@ -191,7 +191,7 @@ impl HeaderPanel {
|
|||
Row::new()
|
||||
.s(Gap::new().x(15))
|
||||
.s(Padding::new().x(5))
|
||||
.item(El::new().child("Javascript command"))
|
||||
.item(El::new().child("Javascript commands"))
|
||||
.item(El::new().s(Align::new().right()).child("Shift + Enter"))
|
||||
)
|
||||
.item(self.command_editor(command_result))
|
||||
|
|
Reference in a new issue