diff options
author | Ben Castricum | 2014-09-07 14:21:34 +0200 |
---|---|---|
committer | Ben Castricum | 2014-10-18 15:08:20 +0200 |
commit | dd3e877b144a514fe2c93a253c40a3c47345806d (patch) | |
tree | ff1a25cc387d16cc553bf92dba256c8f75f1163c | |
parent | 497324467f86656b747022661852255d1f3343fb (diff) | |
download | scummvm-rg350-dd3e877b144a514fe2c93a253c40a3c47345806d.tar.gz scummvm-rg350-dd3e877b144a514fe2c93a253c40a3c47345806d.tar.bz2 scummvm-rg350-dd3e877b144a514fe2c93a253c40a3c47345806d.zip |
GUI: Fix for bug 6719 (last line of help missing)
Since 1.4 the font changed from a 14 to 15 pixel height wich causes
one line of help text no longer to be shown. By changing the padding
of the buttons the last lines fits again.
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 1489429 -> 1485886 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex e40e8b1e26..c7c585654d 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index b760e15919..7e61d6820e 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -1169,9 +1169,9 @@ height = 'Globals.Line.Height' /> <widget name = 'HelpText' - height = '220' + height = '228' /> - <layout type = 'horizontal' padding = '0, 0, 16, 0'> + <layout type = 'horizontal' padding = '0, 0, 8, 0'> <widget name = 'Prev' type = 'Button' /> |