mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 21:03:15 -04:00
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:
parent
a0f710b885
commit
d7a2af5ced
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user