renderer: add support for floating-titlebars (#4)
Reviewed-on: https://git.kosslan.dev/wry/jay/pulls/4
This commit is contained in:
parent
4d803360dd
commit
6dba659978
13 changed files with 316 additions and 158 deletions
|
|
@ -370,5 +370,9 @@ pub mod sized {
|
|||
///
|
||||
/// Default: 0
|
||||
const 05 => GAP,
|
||||
/// The gap between the titlebar and the window content in pixels.
|
||||
///
|
||||
/// Default: 0
|
||||
const 06 => TITLE_GAP,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue