diff options
| author | Eugene Sandulenko | 2010-06-15 10:53:55 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2010-06-15 10:53:55 +0000 |
| commit | 5370fc2312b1f01f81c5ad4ce2ef0a2c879f9c71 (patch) | |
| tree | 9d23135c1f2077745e5532650ed4b4940f6bc254 /gui/themes/scummmodern | |
| parent | 96b3aa65046a371700228e4bfcecda2f8f84fa56 (diff) | |
| download | scummvm-rg350-5370fc2312b1f01f81c5ad4ce2ef0a2c879f9c71.tar.gz scummvm-rg350-5370fc2312b1f01f81c5ad4ce2ef0a2c879f9c71.tar.bz2 scummvm-rg350-5370fc2312b1f01f81c5ad4ce2ef0a2c879f9c71.zip | |
GUI: Widened max tooltip width for bigger screen resolutions
svn-id: r49778
Diffstat (limited to 'gui/themes/scummmodern')
| -rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 1488967a9c..0025722731 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -48,7 +48,7 @@ <def var = 'KeyMapper.LabelWidth' value = '100'/> <def var = 'KeyMapper.ButtonWidth' value = '80'/> - <def var = 'Tooltip.MaxWidth' value = '100'/> + <def var = 'Tooltip.MaxWidth' value = '200'/> <def var = 'Tooltip.XDelta' value = '16'/> <!-- basically cursor size --> <def var = 'Tooltip.YDelta' value = '32'/> |
