Replace TitleBar string title with generic Content

This commit is contained in:
Clark Moody 2020-12-08 18:47:01 -06:00
parent d16b9cf7cd
commit f54590d7ad
4 changed files with 51 additions and 102 deletions

View file

@ -276,10 +276,7 @@ impl pane_grid::Renderer for Null {
_defaults: &Self::Defaults,
_bounds: Rectangle,
_style: &Self::Style,
_title: &str,
_title_size: u16,
_title_font: Self::Font,
_title_bounds: Rectangle,
_content: (&Element<'_, Message, Self>, Layout<'_>),
_controls: Option<(&Element<'_, Message, Self>, Layout<'_>)>,
_cursor_position: Point,
) {