Render a titlebar you can barely see
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
b5aedc144d
commit
fd1633ac4b
4 changed files with 41 additions and 4 deletions
|
@ -387,3 +387,9 @@ impl Default for Length {
|
|||
Self::Definite(DefiniteLength::default())
|
||||
}
|
||||
}
|
||||
|
||||
impl From<()> for Length {
|
||||
fn from(_: ()) -> Self {
|
||||
Self::Definite(DefiniteLength::default())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue