aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorBen Castricum2014-09-07 14:21:34 +0200
committerBen Castricum2014-10-18 15:08:20 +0200
commitdd3e877b144a514fe2c93a253c40a3c47345806d (patch)
treeff1a25cc387d16cc553bf92dba256c8f75f1163c /gui/themes
parent497324467f86656b747022661852255d1f3343fb (diff)
downloadscummvm-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.
Diffstat (limited to 'gui/themes')
-rw-r--r--gui/themes/scummmodern.zipbin1489429 -> 1485886 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx4
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index e40e8b1e26..c7c585654d 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
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'
/>