mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 16:31:01 +00:00
Fix 320xY layout
svn-id: r21119
This commit is contained in:
parent
018c93b14a
commit
5c06d3391b
gui
@ -26,6 +26,11 @@ namespace GUI {
|
||||
|
||||
const char *Theme::_defaultConfigINI = "\n\
|
||||
# Define our classic greenish theme here\n\
|
||||
[320xY]\n\
|
||||
def_buttonHeight=kButtonHeight\n\
|
||||
def_kLineHeight=12\n\
|
||||
use=XxY\n\
|
||||
\n\
|
||||
[XxY]\n\
|
||||
def_buttonHeight=kBigButtonHeight\n\
|
||||
def_kLineHeight=16\n\
|
||||
|
@ -128,6 +128,11 @@ shadow_right_width=4
|
||||
shadow_top_height=2
|
||||
pshadow_bottom_height=4
|
||||
|
||||
[320xY]
|
||||
def_buttonHeight=kButtonHeight
|
||||
def_kLineHeight=12
|
||||
use=XxY
|
||||
|
||||
[XxY]
|
||||
def_buttonHeight=kBigButtonHeight
|
||||
def_kLineHeight=16
|
||||
|
Loading…
x
Reference in New Issue
Block a user