qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

TabPane Layout Problems #25

Open alleew opened 2 years ago

alleew commented 2 years ago

TabPanes suffer from a series of layout problems related to the view. TabPanes don't correctly calculate "fit contents" for their vertical layout (it will only layout the bar and provide no space for the view region), and trying to use a percentage height on the contents inside the view area doesn't work either.