diff options
author | Max Horn | 2009-03-02 18:04:44 +0000 |
---|---|---|
committer | Max Horn | 2009-03-02 18:04:44 +0000 |
commit | 5422e81718b59af3ca40c354d6ffb03e9cc252db (patch) | |
tree | 4a08f91f2f3d7f6bc9e5481e31d3bf44d2912682 /gui/themes/scummmodern | |
parent | 040da3353f98ec5e92bede2ec07c49d4bb87239d (diff) | |
download | scummvm-rg350-5422e81718b59af3ca40c354d6ffb03e9cc252db.tar.gz scummvm-rg350-5422e81718b59af3ca40c354d6ffb03e9cc252db.tar.bz2 scummvm-rg350-5422e81718b59af3ca40c354d6ffb03e9cc252db.zip |
Make the file browser bigger in 1x mode
svn-id: r39077
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 9c847ed5f3..36ed3f25fa 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -118,8 +118,8 @@ </layout> </dialog> - <dialog name = 'Browser' overlays = 'screen' inset = '16' shading = 'dim'> - <layout type = 'vertical' padding = '8, 8, 8, 8'> + <dialog name = 'Browser' overlays = 'screen' inset = '8' shading = 'dim'> + <layout type = 'vertical' padding = '8, 8, 0, 4'> <widget name = 'Headline' height = 'Globals.Line.Height' /> |