aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2012-06-29 16:16:36 +0200
committerJohannes Schickel2012-06-29 16:16:36 +0200
commit10bfb82d3b7ba31b7b8f57560ff55b010dd7de3e (patch)
treedb9b9d6058f6c36cb196979669e9d0a54c23bead
parentc1426f783d91976d221c059c37b606411445d438 (diff)
downloadscummvm-rg350-10bfb82d3b7ba31b7b8f57560ff55b010dd7de3e.tar.gz
scummvm-rg350-10bfb82d3b7ba31b7b8f57560ff55b010dd7de3e.tar.bz2
scummvm-rg350-10bfb82d3b7ba31b7b8f57560ff55b010dd7de3e.zip
GUI: Use a slightly bigger vertical spacing in the thumbnail load chooser.
-rw-r--r--gui/saveload-dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/saveload-dialog.cpp b/gui/saveload-dialog.cpp
index 12b34e49fb..0a94fede51 100644
--- a/gui/saveload-dialog.cpp
+++ b/gui/saveload-dialog.cpp
@@ -542,7 +542,7 @@ void LoadChooserThumbnailed::reflowLayout() {
const int16 containerHeight = buttonHeight + kLineHeight + containerFrameHeightAdd;
const int16 defaultSpacingHorizontal = 4;
- const int16 defaultSpacingVertical = 4;
+ const int16 defaultSpacingVertical = 8;
const int16 slotAreaWidth = containerWidth + defaultSpacingHorizontal;
const int16 slotAreaHeight = containerHeight + defaultSpacingVertical;