feat req: normalize rectangle
type between components
#28
Labels
feature request
New feature or request
rectangle
type between components
#28
What this feature is meaning to achieve
Some components use their own Rectangle implementations, e.g.
InputRectangle
andTextRectangle
.This creates issues with layouts and some other things.
Solution
Rectangle's should be normalized so that every component uses normal
Rectangle
. This would mean that some components behaviour should be adjusted to make use of properties it didn't use (e.g.height
inInput
)The text was updated successfully, but these errors were encountered: