GUI: Move buttons for the Grid Launcher below the grid area

This is more consistent with the layout of the List Launcher in
portrait mode and with the lowres layout which both have the
buttons at the bottom.
This commit is contained in:
Thierry Crozat 2023-07-04 23:39:15 +01:00 committed by Eugene Sandulenko
parent 476069a7aa
commit 431e805e72
5 changed files with 4 additions and 4 deletions

View File

@ -325,7 +325,7 @@
</dialog>
<dialog name = 'LauncherGrid' overlays = 'screen'>
<layout type = 'vertical' align = 'center' padding = '23, 23, 8, 40'>
<layout type = 'vertical' align = 'center' padding = '23, 23, 8, 66'>
<widget name = 'Logo'
width = '287'
height = '80'
@ -362,6 +362,9 @@
textalign = 'center'
/>
</layout>
<layout type = 'horizontal' padding = '0, 0, 2, 0' spacing = '2'>
<widget name = 'IconArea'/>
</layout>
<layout type = 'horizontal' padding = '0, 0, 2, 0' spacing = '2'>
<widget name = 'AddGameButton'
height = 'Globals.Button.Height'
@ -382,9 +385,6 @@
height = 'Globals.Button.Height'
/>
</layout>
<layout type = 'horizontal' padding = '0, 0, 2, 0' spacing = '2'>
<widget name = 'IconArea'/>
</layout>
<layout type = 'horizontal' padding = '0, 0, 6, 0' spacing = '2'>
<widget name = 'ListSwitch'
height = 'Globals.Button.Height'

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.