bcbnz / pylabels

Python library to create PDFs for printing labels.
GNU General Public License v3.0
100 stars 40 forks source link

Small fix to handle 1x1 label #3

Closed campenberger closed 9 years ago

campenberger commented 9 years ago

Creating a 1x1 label fails, because column_gap and row_gap are None, so a stimple change to handle that.

bcbnz commented 9 years ago

Thanks. Sorry for the delay in merging -- not sure why I didn't notice this.