Darktide Mod Manager #39
1 changed files with 4 additions and 6 deletions
|
@ -265,13 +265,11 @@ fn build_log_view() -> impl Widget<State> {
|
||||||
let label = Label::raw()
|
let label = Label::raw()
|
||||||
.with_font(font)
|
.with_font(font)
|
||||||
.with_line_break_mode(LineBreaking::WordWrap)
|
.with_line_break_mode(LineBreaking::WordWrap)
|
||||||
.lens(State::log);
|
.lens(State::log)
|
||||||
|
|
||||||
SizedBox::new(label)
|
|
||||||
.expand_width()
|
|
||||||
.height(128.0)
|
|
||||||
.scroll()
|
.scroll()
|
||||||
.vertical()
|
.vertical();
|
||||||
|
|
||||||
|
SizedBox::new(label).expand_width().height(128.0)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn build_window() -> impl Widget<State> {
|
fn build_window() -> impl Widget<State> {
|
||||||
|
|
Loading…
Add table
Reference in a new issue