mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -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
|
||||
}
|
||||
|
||||
/// 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 {
|
||||
|
||||
Reference in New Issue
Block a user