Move always_show_controls
after padding
This commit is contained in:
parent
174565715e
commit
ab0da5dad0
@ -9,9 +9,9 @@ use crate::{Clipboard, Element, Event, Layout, Point, Rectangle, Size};
|
||||
pub struct TitleBar<'a, Message, Renderer: pane_grid::Renderer> {
|
||||
title: String,
|
||||
title_size: Option<u16>,
|
||||
always_show_controls: bool,
|
||||
controls: Option<Element<'a, Message, Renderer>>,
|
||||
padding: u16,
|
||||
always_show_controls: bool,
|
||||
style: Renderer::Style,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user