mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
Map no longer makes map options left-right scrollable (hopefully)
This commit is contained in:
parent
59bde1d099
commit
552f9526c5
|
|
@ -58,7 +58,7 @@ class MapParametersTable(
|
|||
private lateinit var mapSizesOptionsValues: HashSet<String>
|
||||
private lateinit var mapResourcesOptionsValues: HashSet<String>
|
||||
|
||||
private val maxMapSize = (previousScreen as? NewGameScreen)?.getColumnWidth() ?: 200f
|
||||
private val maxMapSize = ((previousScreen as? NewGameScreen)?.getColumnWidth() ?: 200f) - 10f // There is 5px padding each side
|
||||
private val mapTypeExample = Table()
|
||||
|
||||
// Keep references (in the key) and settings value getters (in the value) of the 'advanced' sliders
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user