Skip to content

Commit

Permalink
Update window.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Jun 1, 2024
1 parent 124eba0 commit 317f8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/containers/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ impl<'open> Window<'open> {
self
}

/// If there is ScrollArea, For each axis, should the containing area shrink if the content is small?
/// If there is [`ScrollArea`], For each axis, should the containing area shrink if the content is small?
///
/// Show the [`ScrollArea::auto_shrink`]
#[inline]
Expand Down

0 comments on commit 317f8b6

Please sign in to comment.