diff options
author | Bastien Bouclet | 2019-12-28 10:43:58 +0100 |
---|---|---|
committer | Bastien Bouclet | 2020-01-04 10:56:25 +0100 |
commit | eb28c5a09288e563011b11eafea1c772a7127e7f (patch) | |
tree | 0fc961ac83a19357d6941f93a1e2106e1c4f2b93 /gui/themes/scummremastered/remastered_layout_lowres.stx | |
parent | 346d53b0342d8a1d543887560a28cc45f211d9ad (diff) | |
download | scummvm-rg350-eb28c5a09288e563011b11eafea1c772a7127e7f.tar.gz scummvm-rg350-eb28c5a09288e563011b11eafea1c772a7127e7f.tar.bz2 scummvm-rg350-eb28c5a09288e563011b11eafea1c772a7127e7f.zip |
GUI: Use a dialog theme layout for the unknown game dialog
Diffstat (limited to 'gui/themes/scummremastered/remastered_layout_lowres.stx')
-rw-r--r-- | gui/themes/scummremastered/remastered_layout_lowres.stx | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/gui/themes/scummremastered/remastered_layout_lowres.stx b/gui/themes/scummremastered/remastered_layout_lowres.stx index fa81408d82..6d26505e56 100644 --- a/gui/themes/scummremastered/remastered_layout_lowres.stx +++ b/gui/themes/scummremastered/remastered_layout_lowres.stx @@ -611,7 +611,7 @@ <layout type = 'vertical' padding = '0, 0, 0, 0'> <widget name = 'Container'/> </layout> - </dialog> + </dialog> <dialog name = 'GlobalOptions_Cloud_Container' overlays = 'GlobalOptions_Cloud.Container'> <layout type = 'vertical' padding = '10, 13, 10, 10' spacing = '8'> @@ -1795,6 +1795,29 @@ </layout> </layout> </dialog> + <dialog name = 'DropdownDialog' overlays = 'screen_center'> </dialog> + + <dialog name = 'UnknownGameDialog' overlays = 'screen' inset = '8' shading = 'dim'> + <layout type = 'vertical' padding = '8, 8, 8, 0'> + <widget name = 'TextContainer' + /> + <layout type = 'horizontal' padding = '0, 0, 8, 8'> + <space/> + <widget name = 'Report' + type = 'Button' + /> + <widget name = 'Copy' + type = 'Button' + /> + <widget name = 'Close' + type = 'Button' + /> + <widget name = 'Add' + type = 'Button' + /> + </layout> + </layout> + </dialog> </layout_info> |