Darktide Mod Manager #39
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ fn build_log_view() -> impl Widget<State> {
|
||||||
.with_font(font)
|
.with_font(font)
|
||||||
.with_line_break_mode(LineBreaking::WordWrap)
|
.with_line_break_mode(LineBreaking::WordWrap)
|
||||||
.lens(State::log)
|
.lens(State::log)
|
||||||
|
.padding(4.)
|
||||||
.scroll()
|
.scroll()
|
||||||
.vertical()
|
.vertical()
|
||||||
.controller(AutoScrollController);
|
.controller(AutoScrollController);
|
||||||
|
|
Loading…
Add table
Reference in a new issue