diff options
author | Johannes Schickel | 2010-12-17 12:23:59 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-12-17 12:23:59 +0000 |
commit | 44dfb67faab9b20fc80ebb0e74c7690ce5f41ae4 (patch) | |
tree | c4cdf7189cf15e91b58b123fa169a39f20433997 /gui/themes | |
parent | c441539bb0e86a98a1dc14c1de16d7157947d611 (diff) | |
download | scummvm-rg350-44dfb67faab9b20fc80ebb0e74c7690ce5f41ae4.tar.gz scummvm-rg350-44dfb67faab9b20fc80ebb0e74c7690ce5f41ae4.tar.bz2 scummvm-rg350-44dfb67faab9b20fc80ebb0e74c7690ce5f41ae4.zip |
GUI: Adapt GUI themes to latest Mohawk resolution change.
svn-id: r54944
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/default.inc | 4 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 91252 -> 91252 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 198584 -> 198584 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 2fc3ac91c4..3236071055 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1,5 +1,5 @@ "<?xml version = '1.0'?>" -"<layout_info resolution='-320xY,-256x240,-Xx272,-544x333,-Xx350'> " +"<layout_info resolution='-320xY,-256x240,-Xx272,-544x332,-Xx350'> " "<globals> " "<def var='Line.Height' value='16' /> " "<def var='Font.Height' value='16' /> " @@ -789,7 +789,7 @@ "</layout> " "</dialog> " "</layout_info> " -"<layout_info resolution='320xY,256x240,Xx272,544x333,Xx350'> " +"<layout_info resolution='320xY,256x240,Xx272,544x332,Xx350'> " "<globals> " "<def var='Line.Height' value='12' /> " "<def var='Font.Height' value='10' /> " diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex e3377f6d7a..9fd2c187fd 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index d47da9f486..416ffb30eb 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -23,7 +23,7 @@ - $Id$ - --> -<layout_info resolution = '-320xY, -256x240, -Xx272, -544x333, -Xx350'> +<layout_info resolution = '-320xY, -256x240, -Xx272, -544x332, -Xx350'> <globals> <def var = 'Line.Height' value = '16' /> <def var = 'Font.Height' value = '16' /> diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index 7885844c76..fe0eb66b8d 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -23,7 +23,7 @@ - $Id$ - --> -<layout_info resolution = "320xY, 256x240, Xx272, 544x333, Xx350"> +<layout_info resolution = "320xY, 256x240, Xx272, 544x332, Xx350"> <globals> <def var = 'Line.Height' value = '12' /> <def var = 'Font.Height' value = '10' /> diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 8dda7f1724..f4e18ef00c 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 014489191b..879be2aafe 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -23,7 +23,7 @@ - $Id$ - --> -<layout_info resolution = '-320xY, -256x240, -Xx272, -544x333, -Xx350'> +<layout_info resolution = '-320xY, -256x240, -Xx272, -544x332, -Xx350'> <globals> <def var = 'Line.Height' value = '16' /> <def var = 'Font.Height' value = '16' /> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index b673720812..3a7a4b63b9 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -23,7 +23,7 @@ - $Id$ - --> -<layout_info resolution = "320xY, 256x240, Xx272, 544x333, Xx350"> +<layout_info resolution = "320xY, 256x240, Xx272, 544x332, Xx350"> <globals> <def var = 'Line.Height' value = '12' /> <def var = 'Font.Height' value = '10' /> |