From 6adc4864cd226680a0fa2d282e08ea386fe59d1a Mon Sep 17 00:00:00 2001 From: Zach Bateman <39414345+zachbateman@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:47:18 -0600 Subject: [PATCH] Fix TopBottomPanel doc comment to reference TopBottomPanel instead of SidePanel (#3590) --- crates/egui/src/containers/panel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/containers/panel.rs b/crates/egui/src/containers/panel.rs index 2df79329..02c0c608 100644 --- a/crates/egui/src/containers/panel.rs +++ b/crates/egui/src/containers/panel.rs @@ -605,7 +605,7 @@ impl TopBottomPanel { self } - /// The initial height of the [`SidePanel`]. + /// The initial height of the [`TopBottomPanel`]. /// Defaults to [`style::Spacing::interact_size`].y. #[inline] pub fn default_height(mut self, default_height: f32) -> Self {