diff options
Diffstat (limited to 'core/src/com')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt b/core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt index 3a3839a..fccf21c 100644 --- a/core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt +++ b/core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt @@ -74,7 +74,7 @@ class SavegameInfo( } }) - actions.add(delButton).pad(4f) + //actions.add(delButton).pad(4f) // Play button: val playButton = TextButton("Play!", skin) @@ -85,7 +85,7 @@ class SavegameInfo( } }) - actions.add(playButton).width(444f) + actions.add(playButton).width(508f) } else { // - - - N A M E - - - : // Label for points: |
