fix centered import

SVN revision: 24640
This commit is contained in:
Carsten Haitzler 2006-08-13 10:00:49 +00:00
parent 8baf094422
commit e9a326979f
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ _import_edj_gen(Import *import)
"} }\n"
"part { name: \"bg\"; mouse_events: 0;\n"
"description { state: \"default\" 0.0;\n"
"min: %i %i; max: %i %i\n"
"min: %i %i; max: %i %i;\n"
"image { normal: \"%s\"; }\n"
"} } } } }\n"
, fstrip, enc, w, h, cr, cg, cb, ca, w, h, w, h, fstrip);