Fix TopBottomPanel doc comment to reference TopBottomPanel instead of SidePanel (#3590)

This commit is contained in:
Zach Bateman 2023-11-21 07:47:18 -06:00 committed by GitHub
parent 05a3c4c0f1
commit 6adc4864cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {