Replace TitleBar string title with generic Content
This commit is contained in:
parent
d16b9cf7cd
commit
f54590d7ad
4 changed files with 51 additions and 102 deletions
|
|
@ -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,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue