mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
GUI theme for PSP-specific resolution
svn-id: r22768
This commit is contained in:
parent
865b48e095
commit
0284becc9d
@ -189,6 +189,9 @@ def_scummmainVAddOff=5
|
||||
def_scummhelpW=370
|
||||
def_scummhelpX=((w - scummhelpW) / 2)
|
||||
def_midiControlsSpacing=4
|
||||
def_launcherVersionX=(w / 2 - 283 / 2 - 90)
|
||||
def_launcherVersionY=21
|
||||
|
||||
|
||||
##### Widgets config
|
||||
ListWidget.leftPadding=7
|
||||
@ -225,7 +228,7 @@ browser_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8)
|
||||
browser_choose=(prev.x2 + 10) prev.y prev.w prev.h
|
||||
|
||||
##### launcher
|
||||
launcher_version=(w / 2 - 283 / 2 - 90) 21 247 kLineHeight
|
||||
launcher_version=launcherVersionX launcherVersionY 247 kLineHeight
|
||||
launcher_version.align=kTextAlignRight
|
||||
launcher_logo=(w / 2 - 283 / 2) 5 283 80
|
||||
launcher_logo.visible=true
|
||||
@ -510,3 +513,16 @@ scummmain_quit=prev.x smY prev.w prev.h
|
||||
smH=(smY + buttonHeight + scummmainHOffset)
|
||||
smW=(buttonWidth + 2 * scummmainHOffset)
|
||||
scummmain=((w - smW) / 2) ((h - smH) / 2) smW smH
|
||||
|
||||
# PSP GUI
|
||||
[480x272]
|
||||
def_buttonHeight=23
|
||||
def_insetX=20
|
||||
def_insetY=(4 + kLineHeight)
|
||||
def_insetW=(w - buttonWidth - 17 * 2 - insetX)
|
||||
def_insetH=(h - 23 - insetY)
|
||||
def_launcherVersionX=50
|
||||
def_launcherVersionY=5
|
||||
use=XxY
|
||||
launcher_version.align=kTextAlignCenter
|
||||
launcher_logo.visible=false
|
||||
|
Loading…
Reference in New Issue
Block a user