Skip to content

Commit

Permalink
fix(client): message layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Mivik committed Jan 24, 2023
1 parent 7105bee commit ed4aeac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prpr-client/src/page/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ impl Page for MessagePage {
.max_width(r.w)
.draw();
btn.set(ui, r);
ui.dy(r.h);
h += r.h;
}
(width, h)
});
Expand Down

0 comments on commit ed4aeac

Please sign in to comment.