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/scummremastered | |
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/scummremastered')
-rw-r--r-- | gui/themes/scummremastered/remastered_layout_lowres.stx | 2 |
1 files changed, 1 insertions, 1 deletions
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' |