Skip to content

Commit

Permalink
Stick to bottom on table scroll area.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackdev committed Aug 21, 2023
1 parent ffc6640 commit 686796b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubsubman_gui/src/ui/messages_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ impl MessagesView {
.rounding(ui.style().visuals.window_rounding)
.show(ui, |ui| {
egui::ScrollArea::vertical()
.stick_to_bottom(true)
.auto_shrink([false, true])
.show(ui, |ui| {
let responses = render_messages_table(
Expand Down

0 comments on commit 686796b

Please sign in to comment.