mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 11:45:21 +00:00
Little fix of new modern theme layout in the launcher for 3x.
svn-id: r43352
This commit is contained in:
parent
54845e7d7a
commit
f829f24459
Binary file not shown.
@ -100,25 +100,30 @@
|
||||
<widget name = 'Logo'
|
||||
width = '283'
|
||||
height = '80'
|
||||
/>
|
||||
<layout type = 'horizontal' spacing = '5' padding = '10, 0, 0, 0'>
|
||||
<widget name = 'SearchPic'
|
||||
width = '16'
|
||||
height = '17'
|
||||
/>
|
||||
<widget name = 'Search'
|
||||
width = '150'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'SearchClearButton'
|
||||
height = 'Globals.Line.Height'
|
||||
width = 'Globals.Line.Height'
|
||||
/>
|
||||
/>
|
||||
<layout type = 'horizontal' center = 'true' spacing = '5' padding = '10, 0, 0, 0'>
|
||||
<layout type = 'horizontal' spacing = '5' padding = '0, 0, 0, 0'>
|
||||
<widget name = 'SearchPic'
|
||||
width = '16'
|
||||
height = '17'
|
||||
/>
|
||||
<widget name = 'Search'
|
||||
width = '150'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'SearchClearButton'
|
||||
height = 'Globals.Line.Height'
|
||||
width = 'Globals.Line.Height'
|
||||
/>
|
||||
</layout>
|
||||
<space />
|
||||
<widget name = 'Version'
|
||||
width = '247'
|
||||
height = 'Globals.Line.Height'
|
||||
textalign = 'center'
|
||||
/>
|
||||
<space />
|
||||
<space />
|
||||
</layout>
|
||||
<layout type = 'horizontal' padding = '0, 0, 0, 0'>
|
||||
<widget name = 'GameList'/>
|
||||
|
Loading…
Reference in New Issue
Block a user