1
0
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:
Zach Bateman
2023-11-21 07:47:18 -06:00
committed by GitHub
parent 05a3c4c0f1
commit 6adc4864cd

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 {