mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Minor bugfix
git-svn-id: https://zxing.googlecode.com/svn/trunk@1894 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
8e2dbd1add
commit
d38aaa54d2
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue