aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2010-06-15 10:53:55 +0000
committerEugene Sandulenko2010-06-15 10:53:55 +0000
commit5370fc2312b1f01f81c5ad4ce2ef0a2c879f9c71 (patch)
tree9d23135c1f2077745e5532650ed4b4940f6bc254
parent96b3aa65046a371700228e4bfcecda2f8f84fa56 (diff)
downloadscummvm-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
-rw-r--r--gui/themes/default.inc2
-rw-r--r--gui/themes/scummclassic.zipbin55660 -> 55660 bytes
-rw-r--r--gui/themes/scummclassic/classic_layout.stx2
-rw-r--r--gui/themes/scummmodern.zipbin162933 -> 162933 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx2
5 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index 1009f31816..a360c95a00 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -433,7 +433,7 @@
"<def var='KeyMapper.Spacing' value='10'/> "
"<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'/> "
"<def var='Tooltip.YDelta' value='16'/> "
"<widget name='OptionsLabel' "
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index 3f3f9cee37..acece13d23 100644
--- a/gui/themes/scummclassic.zip
+++ b/gui/themes/scummclassic.zip
Binary files differ
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index e4a31e0971..56fa793797 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -41,7 +41,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 = '16'/>
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 22e8ccaa90..0a6c172fe0 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 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'/>