mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Fix typo in docstring for Column::auto_size_this_frame (#5681)
* [x] I have followed the instructions in the PR template
This commit is contained in:
@@ -39,7 +39,7 @@ pub struct Column {
|
|||||||
|
|
||||||
resizable: Option<bool>,
|
resizable: Option<bool>,
|
||||||
|
|
||||||
/// If set, we should acurately measure the size of this column this frame
|
/// If set, we should accurately measure the size of this column this frame
|
||||||
/// so that we can correctly auto-size it. This is done as a `sizing_pass`.
|
/// so that we can correctly auto-size it. This is done as a `sizing_pass`.
|
||||||
auto_size_this_frame: bool,
|
auto_size_this_frame: bool,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user