Get the logo to fit on the label

This commit is contained in:
james 2007-03-26 17:04:42 +00:00
parent d21fbee5a4
commit 72afcf583c

View File

@ -532,7 +532,7 @@ class lpdf
//now place the logo image in the top-left-ish
pdf_place_image($this->pdf,$this->logoimage,
$this->loc($this->label_current_xpos+0.05),
$this->loc($this->label_current_ypos-0.65),0.2);
$this->loc($this->label_current_ypos-0.75),0.2);
}
$this->label_effective_height = $this->label_height;