Minor bugfix

git-svn-id: https://zxing.googlecode.com/svn/trunk@1894 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
vikrama 2011-08-25 04:34:25 +00:00
parent 8e2dbd1add
commit d38aaa54d2

View file

@ -194,7 +194,7 @@ public class ContactInfoGenerator implements GeneratorSource {
// early termination if the table has already been constructed
return table;
}
table = new Grid(7, 2);
table = new Grid(8, 2);
table.setText(0, 0, "Name");
table.setWidget(0, 1, name);