savelist cell width now matches management buttons; buttons and thumnail now well positioned

This commit is contained in:
minjaesong
2023-07-13 14:13:37 +09:00
parent e5d5feeb38
commit 6ebf79a8e3
4 changed files with 100 additions and 95 deletions

View File

@@ -70,7 +70,8 @@ class UILoadSavegame(val remoCon: UIRemoCon) : Advanceable() {
internal val buttonGap = 10
internal val buttonWidth = 180
internal val drawX = (Toolkit.drawWidth - 480) / 2
internal val drawY = (App.scr.height - 480) / 2
internal val buttonRowY = App.scr.height - App.scr.tvSafeGraphicsHeight - 24
// internal val drawY = (App.scr.height - 480) / 2
private val transitionalListing = UILoadList(this)
// private val transitionalAutosave = UILoadAutosave(this)