Resolved #3490 - fixed formatting problem in trade popup

This commit is contained in:
Yair Morgenstern 2021-01-01 11:03:54 +02:00
parent 8f0f656f7b
commit 6d4324354f

View File

@ -56,7 +56,7 @@ class TradePopup(worldScreen: WorldScreen): Popup(worldScreen){
val scrollHeight = min(tradeOffersTable.height, worldScreen.stage.height/2)
add(ScrollPane(tradeOffersTable)).height(scrollHeight).row()
addGoodSizedLabel(nation.tradeRequest).colspan(columns).row()
addGoodSizedLabel(nation.tradeRequest).colspan(2).row()
val soundsGoodButton = addButton("Sounds good!"){
val tradeLogic = TradeLogic(viewingCiv, requestingCiv)