Little fix of new modern theme layout in the launcher for 3x.

svn-id: r43352
This commit is contained in:
Johannes Schickel 2009-08-13 16:50:30 +00:00
parent 54845e7d7a
commit f829f24459
2 changed files with 19 additions and 14 deletions

Binary file not shown.

View File

@ -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'/>