mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
show multi-line entry for the titan input by default
This commit is contained in:
parent
812553af49
commit
ffb1474c7e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ impl Form for TextView {
|
||||||
.left_margin(MARGIN)
|
.left_margin(MARGIN)
|
||||||
.right_margin(MARGIN)
|
.right_margin(MARGIN)
|
||||||
.top_margin(MARGIN)
|
.top_margin(MARGIN)
|
||||||
.valign(gtk::Align::BaselineCenter)
|
.valign(gtk::Align::Fill)
|
||||||
.wrap_mode(WrapMode::Word)
|
.wrap_mode(WrapMode::Word)
|
||||||
.build()
|
.build()
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue