Fix incorrect content box default
This commit is contained in:
@@ -18,8 +18,8 @@ impl ContentBox {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
base: div(),
|
||||
border: false,
|
||||
fill: false,
|
||||
border: true,
|
||||
fill: true,
|
||||
children: SmallVec::new(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user