Fix TopBottomPanel doc comment to reference TopBottomPanel instead of SidePanel (#3590)
This commit is contained in:
parent
05a3c4c0f1
commit
6adc4864cd
|
|
@ -605,7 +605,7 @@ impl TopBottomPanel {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The initial height of the [`SidePanel`].
|
/// The initial height of the [`TopBottomPanel`].
|
||||||
/// Defaults to [`style::Spacing::interact_size`].y.
|
/// Defaults to [`style::Spacing::interact_size`].y.
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn default_height(mut self, default_height: f32) -> Self {
|
pub fn default_height(mut self, default_height: f32) -> Self {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue