mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 13:42:37 +00:00
Fix for reported button overlapping in PSP resolution.
svn-id: r27348
This commit is contained in:
parent
b9b9d6adbc
commit
347545dcdf
@ -236,15 +236,7 @@ opHeight=insetH
|
||||
useWithPrefix=chooser defaultChooser_
|
||||
|
||||
##### browser
|
||||
browser=insetX insetY insetW insetH
|
||||
set_parent=browser
|
||||
browser_headline=10 5 (parent.w - 2 * 10) kLineHeight
|
||||
browser_headline.align=kTextAlignCenter
|
||||
browser_path=10 (prev.y2 + 5) prev.w prev.h
|
||||
browser_list=10 prev.y2 prev.w (parent.h - 3 * kLineHeight - buttonHeight - 14)
|
||||
browser_up=10 (parent.h - buttonHeight - 8) buttonWidth buttonHeight
|
||||
browser_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight
|
||||
browser_choose=(prev.x2 + 10) prev.y prev.w prev.h
|
||||
use=browser
|
||||
|
||||
##### launcher
|
||||
launcher_version=launcherVersionX launcherVersionY 247 kLineHeight
|
||||
@ -468,6 +460,17 @@ chooser_list=10 (6 + kLineHeight + 2) prev.w (opHeight - self.y - buttonHeight -
|
||||
chooser_cancel=(chooserW - 2 * (buttonWidth + 10)) (opHeight - buttonHeight - 8) buttonWidth buttonHeight
|
||||
chooser_ok=(prev.x2 + 10) prev.y prev.w prev.h
|
||||
|
||||
[browser]
|
||||
browser=insetX insetY insetW insetH
|
||||
set_parent=browser
|
||||
browser_headline=10 5 (parent.w - 2 * 10) kLineHeight
|
||||
browser_headline.align=kTextAlignCenter
|
||||
browser_path=10 (prev.y2 + 5) prev.w prev.h
|
||||
browser_list=10 prev.y2 prev.w (parent.h - 3 * kLineHeight - buttonHeight - 14)
|
||||
browser_up=10 (parent.h - buttonHeight - 8) buttonWidth buttonHeight
|
||||
browser_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight
|
||||
browser_choose=(prev.x2 + 10) prev.y prev.w prev.h
|
||||
|
||||
[graphicsControls]
|
||||
gcx=(opXoffset + 10)
|
||||
gcw=(parent.w - gcx - 25)
|
||||
@ -608,3 +611,7 @@ launcher_logo.visible=true
|
||||
|
||||
# Override extras
|
||||
inactive_dialog_shading=kShadingNone
|
||||
|
||||
# Override browser
|
||||
def_buttonWidth=90
|
||||
use=browser
|
||||
|
Loading…
x
Reference in New Issue
Block a user