mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-30 23:41:03 -04:00
Resolved #3490 - fixed formatting problem in trade popup
This commit is contained in:
parent
8f0f656f7b
commit
6d4324354f
@ -56,7 +56,7 @@ class TradePopup(worldScreen: WorldScreen): Popup(worldScreen){
|
|||||||
val scrollHeight = min(tradeOffersTable.height, worldScreen.stage.height/2)
|
val scrollHeight = min(tradeOffersTable.height, worldScreen.stage.height/2)
|
||||||
add(ScrollPane(tradeOffersTable)).height(scrollHeight).row()
|
add(ScrollPane(tradeOffersTable)).height(scrollHeight).row()
|
||||||
|
|
||||||
addGoodSizedLabel(nation.tradeRequest).colspan(columns).row()
|
addGoodSizedLabel(nation.tradeRequest).colspan(2).row()
|
||||||
|
|
||||||
val soundsGoodButton = addButton("Sounds good!"){
|
val soundsGoodButton = addButton("Sounds good!"){
|
||||||
val tradeLogic = TradeLogic(viewingCiv, requestingCiv)
|
val tradeLogic = TradeLogic(viewingCiv, requestingCiv)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user