feat(dtmm): Add padding to log view
This commit is contained in:
parent
02fd400912
commit
d5687ccae4
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ fn build_log_view() -> impl Widget<State> {
|
|||
.with_font(font)
|
||||
.with_line_break_mode(LineBreaking::WordWrap)
|
||||
.lens(State::log)
|
||||
.padding(4.)
|
||||
.scroll()
|
||||
.vertical()
|
||||
.controller(AutoScrollController);
|
||||
|
|
Loading…
Add table
Reference in a new issue