diff options
author | Alexander Tkachev | 2016-06-25 01:03:04 +0600 |
---|---|---|
committer | Eugene Sandulenko | 2016-07-03 12:20:21 +0200 |
commit | 5868d6d47150f3595a499936566eafc717e63802 (patch) | |
tree | 2e0d5c67668408a426e60d4c100edf6c417ef5e9 /gui | |
parent | 0ae4409138f828ee7eb0241db44f43d68cec85d8 (diff) | |
download | scummvm-rg350-5868d6d47150f3595a499936566eafc717e63802.tar.gz scummvm-rg350-5868d6d47150f3595a499936566eafc717e63802.tar.bz2 scummvm-rg350-5868d6d47150f3595a499936566eafc717e63802.zip |
GUI: Fix TabWidget's padding in layout_lowres.stx
Diffstat (limited to 'gui')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 1c87e85df5..a3f06bd0f9 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -95,7 +95,7 @@ padding = '0, 0, 2, 0' /> <widget name = 'TabWidget.Body' - padding = '0, 0, 0, -8' + padding = '0, 0, 0, 0' /> <widget name = 'TabWidget.NavButton' size = '32, 18' |