Fix TabbedPager geometry - the cell for the close button needs to be ignored in the rest of the Table! (#11204)

This commit is contained in:
SomeTroglodyte 2024-02-26 21:20:26 +01:00 committed by GitHub
parent a0f710b885
commit d7a2af5ced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -317,8 +317,8 @@ open class TabbedPager(
addSeparator(separatorColor)
fixedContentScrollCell = add(fixedContentScroll)
fixedContentScrollCell.growX().row()
add(contentScroll).grow().row()
fixedContentScrollCell.colspan(2).growX().row()
add(contentScroll).colspan(2).grow().row()
}
//endregion