mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 07:46:11 +00:00
Made the body of the tab widgets taller. This makes no visual difference, but
allows us to use the bottommost widgets on some tabs, even in 640x400 mode. svn-id: r23132
This commit is contained in:
parent
6f844ae420
commit
4a1b8ccb86
@ -266,7 +266,7 @@ use=scummmain
|
||||
globaloptions=insetX insetY insetW insetH
|
||||
set_parent=globaloptions
|
||||
vBorder=optionsVPad
|
||||
globaloptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 8 - 2 * vBorder)
|
||||
globaloptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 16)
|
||||
|
||||
# graphics tab
|
||||
opYoffset=vBorder
|
||||
@ -307,7 +307,7 @@ vBorder=gameOptionsOverrideVPad
|
||||
gox=10
|
||||
gow=(parent.w - gox - 25)
|
||||
|
||||
gameoptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 8 - 2 * vBorder)
|
||||
gameoptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 16)
|
||||
|
||||
# game tab
|
||||
opYoffset=optionsVPad
|
||||
|
Loading…
x
Reference in New Issue
Block a user