diff options
| author | troido <troido@protonmail.com> | 2019-09-25 09:39:36 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-09-25 09:39:36 +0200 |
| commit | 94afe3d98408ea7c4418f475c4d6229fa21493b6 (patch) | |
| tree | 9e9cf3fe3026a95b0635c8b6613ed0466e54779b | |
| parent | 4c973c439dd8dce8257711400722007340119a7b (diff) | |
adapted to new ratuil behaviour
| -rw-r--r-- | asciifarm/client/layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciifarm/client/layout.xml b/asciifarm/client/layout.xml index 78337dc..bf176d7 100644 --- a/asciifarm/client/layout.xml +++ b/asciifarm/client/layout.xml @@ -28,7 +28,7 @@ </listing> </vbox> </switchbox> - <textbox id="info"></textbox> + <textbox id="info" wrap="words"></textbox> </vbox> <vbox> <textinput id="textinput" align="bottom" height="1">hello</textinput> |
