Core no longer naievely constrains canvas resize dimensions
This commit is contained in:
@@ -99,7 +99,6 @@ func (layout Vertical) MinimumSize (
|
||||
width += theme.Padding() * 2
|
||||
height += theme.Padding() * 2
|
||||
}
|
||||
println(width, height)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user