diff options
author | Bastien Bouclet | 2019-10-22 07:43:48 +0200 |
---|---|---|
committer | Bastien Bouclet | 2019-10-22 19:40:45 +0200 |
commit | 39815f50b786da8f92c1a72ec31503ebe6b0f2cd (patch) | |
tree | d0bbd28253ae0b377a4b46bd4f4976487b56def5 /gui/themes | |
parent | 8406162cb470a59b69bb6eef5edf579ff94faeae (diff) | |
download | scummvm-rg350-39815f50b786da8f92c1a72ec31503ebe6b0f2cd.tar.gz scummvm-rg350-39815f50b786da8f92c1a72ec31503ebe6b0f2cd.tar.bz2 scummvm-rg350-39815f50b786da8f92c1a72ec31503ebe6b0f2cd.zip |
GUI: Increase height of tab widget by 2px in lowres layout
The height of the tab widget was reduced by 2px in
eabb81829f29716e949890844029567687626bc8. However, that change caused
the tab nav buttons to be drawn slightly outside of the tabs with the
low resolution layout.
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 267511 -> 267501 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummremastered.zip | bin | 267436 -> 267434 bytes | |||
-rw-r--r-- | gui/themes/scummremastered/remastered_layout_lowres.stx | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 64f42f5dac..2c1807c095 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 62c0ff2ae0..20363bbba0 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -100,7 +100,7 @@ size = '9, 0' /> <widget name = 'TabWidget.Tab' - size = '40, 16' + size = '40, 18' padding = '0, 0, 2, 0' /> <widget name = 'TabWidget.Body' diff --git a/gui/themes/scummremastered.zip b/gui/themes/scummremastered.zip Binary files differindex f0e7839216..400e0a5680 100644 --- a/gui/themes/scummremastered.zip +++ b/gui/themes/scummremastered.zip diff --git a/gui/themes/scummremastered/remastered_layout_lowres.stx b/gui/themes/scummremastered/remastered_layout_lowres.stx index 3edd2e2043..3f8ec01a28 100644 --- a/gui/themes/scummremastered/remastered_layout_lowres.stx +++ b/gui/themes/scummremastered/remastered_layout_lowres.stx @@ -100,7 +100,7 @@ size = '9, 0' /> <widget name = 'TabWidget.Tab' - size = '40, 16' + size = '40, 18' padding = '0, 0, 2, 0' /> <widget name = 'TabWidget.Body' |