diff options
Diffstat (limited to 'gui/themes/modern.stx')
-rw-r--r-- | gui/themes/modern.stx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gui/themes/modern.stx b/gui/themes/modern.stx index 26c0fcdfff..a0a4bfad0a 100644 --- a/gui/themes/modern.stx +++ b/gui/themes/modern.stx @@ -938,4 +938,28 @@ </layout> </layout> </dialog> + + <dialog name = 'ScummSaveLoad' overlays = 'screen'> + <layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true' direction = 'bottom2top'> + <layout type = 'horizontal' padding = '0, 0, 16, 0' direction = 'right2left'> + <widget name = 'Choose' + type = 'Button' + /> + <widget name = 'Cancel' + type = 'Button' + /> + <space/> + </layout> + <layout type = 'horizontal' padding = '0, 0, 0, 0' direction = 'right2left' spacing = '16'> + <layout type = 'vertical' padding = '0, 0, 0, 0'> + <widget name = 'Thumbnail' + width = '180' + height = '200' + /> + <space/> + </layout> + <widget name = 'List' /> + </layout> + </layout> + </dialog> </layout_info>
\ No newline at end of file |