mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Fix TopBottomPanel doc comment to reference TopBottomPanel instead of SidePanel (#3590)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user