diff options
author | 2020-12-08 18:47:01 -0600 | |
---|---|---|
committer | 2020-12-10 12:17:36 -0600 | |
commit | f54590d7adac611db84b88cbcbf4f56c7542039c (patch) | |
tree | d2f15219f22ae1e1c3e1566163e413c466962be7 /native/src/renderer | |
parent | d16b9cf7cd98a3d65ea5408ac9b72298cb267e85 (diff) | |
download | iced-f54590d7adac611db84b88cbcbf4f56c7542039c.tar.gz iced-f54590d7adac611db84b88cbcbf4f56c7542039c.tar.bz2 iced-f54590d7adac611db84b88cbcbf4f56c7542039c.zip |
Replace TitleBar string title with generic Content
Diffstat (limited to 'native/src/renderer')
-rw-r--r-- | native/src/renderer/null.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/native/src/renderer/null.rs b/native/src/renderer/null.rs index 91ee9a28..bea8041c 100644 --- a/native/src/renderer/null.rs +++ b/native/src/renderer/null.rs @@ -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, ) { |