Skip to content

Commit

Permalink
GUI: Use a slightly bigger vertical spacing in the thumbnail load cho…
Browse files Browse the repository at this point in the history
…oser.
  • Loading branch information
Johannes Schickel committed Jun 29, 2012
1 parent c1426f7 commit 10bfb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/saveload-dialog.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 10bfb82

Please sign in to comment.