aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/default.inc
diff options
context:
space:
mode:
authorVicent Marti2008-10-14 17:53:52 +0000
committerVicent Marti2008-10-14 17:53:52 +0000
commit1c374dcf35ad09c18554c18f57b3d449dac04b74 (patch)
treeb8b7403b8f67c69c921eaf705381600dc5ff5156 /gui/themes/default.inc
parent820a45d8514be835daf204f54472cbb884fa0ac9 (diff)
downloadscummvm-rg350-1c374dcf35ad09c18554c18f57b3d449dac04b74.tar.gz
scummvm-rg350-1c374dcf35ad09c18554c18f57b3d449dac04b74.tar.bz2
scummvm-rg350-1c374dcf35ad09c18554c18f57b3d449dac04b74.zip
Added "Mass Add" dialog.
svn-id: r34802
Diffstat (limited to 'gui/themes/default.inc')
-rw-r--r--gui/themes/default.inc42
1 files changed, 42 insertions, 0 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index f2ef86d241..348d013141 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -885,6 +885,27 @@
"</layout> "
"</layout> "
"</dialog> "
+"<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'> "
+"<layout type = 'vertical' padding = '8, 8, 32, 8' center = 'true'> "
+"<widget name = 'DirProgressText' "
+"width = '250' "
+"height = 'Globals.Line.Height' "
+"/> "
+"<widget name = 'GameProgressText' "
+"width = '250' "
+"height = 'Globals.Line.Height' "
+"/> "
+"<space size = '32' /> "
+"<layout type = 'horizontal' padding = '8, 8, 8, 8'> "
+"<widget name = 'Ok' "
+"type = 'Button' "
+"/> "
+"<widget name = 'Cancel' "
+"type = 'Button' "
+"/> "
+"</layout> "
+"</layout> "
+"</dialog> "
"</layout_info> "
"<layout_info resolution = '320xY, 256x240'> "
"<globals> "
@@ -1459,4 +1480,25 @@
"</layout> "
"</layout> "
"</dialog> "
+"<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'> "
+"<layout type = 'vertical' padding = '4, 4, 16, 4' center = 'true'> "
+"<widget name = 'DirProgressText' "
+"width = '240' "
+"height = 'Globals.Line.Height' "
+"/> "
+"<widget name = 'GameProgressText' "
+"width = '240' "
+"height = 'Globals.Line.Height' "
+"/> "
+"<space size = '16' /> "
+"<layout type = 'horizontal' padding = '4, 4, 4, 4'> "
+"<widget name = 'Ok' "
+"type = 'Button' "
+"/> "
+"<widget name = 'Cancel' "
+"type = 'Button' "
+"/> "
+"</layout> "
+"</layout> "
+"</dialog> "
"</layout_info> "