mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 11:45:21 +00:00
Center labels in mass-add dialog
svn-id: r48648
This commit is contained in:
parent
024d44f3e3
commit
e35133064b
Binary file not shown.
@ -765,11 +765,11 @@
|
||||
<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'>
|
||||
<layout type = 'vertical' padding = '8, 8, 32, 8' center = 'true'>
|
||||
<widget name = 'DirProgressText'
|
||||
width = '250'
|
||||
width = '480'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'GameProgressText'
|
||||
width = '250'
|
||||
width = '480'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'GameList'
|
||||
@ -786,6 +786,7 @@
|
||||
</layout>
|
||||
</layout>
|
||||
</dialog>
|
||||
|
||||
<dialog name = 'KeyMapper' overlays = 'screen_center' shading = 'dim'>
|
||||
<layout type = 'vertical' padding = '8, 8, 32, 8' spacing = '10' center = 'true'>
|
||||
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>
|
||||
|
@ -770,11 +770,11 @@
|
||||
<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'>
|
||||
<layout type = 'vertical' padding = '4, 4, 16, 4' center = 'true'>
|
||||
<widget name = 'DirProgressText'
|
||||
width = '240'
|
||||
width = '280'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'GameProgressText'
|
||||
width = '240'
|
||||
width = '280'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'GameList'
|
||||
@ -791,6 +791,7 @@
|
||||
</layout>
|
||||
</layout>
|
||||
</dialog>
|
||||
|
||||
<dialog name = 'KeyMapper' overlays = 'screen_center' shading = 'dim'>
|
||||
<layout type = 'vertical' padding = '8, 8, 8, 8' spacing = '10' center = 'true'>
|
||||
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>
|
||||
|
Binary file not shown.
@ -778,15 +778,11 @@
|
||||
<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'>
|
||||
<layout type = 'vertical' padding = '8, 8, 32, 8' center = 'true'>
|
||||
<widget name = 'DirProgressText'
|
||||
width = '250'
|
||||
width = '480'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'GameProgressText'
|
||||
width = '250'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'GameProgressText'
|
||||
width = '250'
|
||||
width = '480'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'GameList'
|
||||
|
@ -759,11 +759,11 @@
|
||||
<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'>
|
||||
<layout type = 'vertical' padding = '4, 4, 16, 4' center = 'true'>
|
||||
<widget name = 'DirProgressText'
|
||||
width = '240'
|
||||
width = '280'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'GameProgressText'
|
||||
width = '240'
|
||||
width = '280'
|
||||
height = 'Globals.Line.Height'
|
||||
/>
|
||||
<widget name = 'GameList'
|
||||
|
Loading…
Reference in New Issue
Block a user