summaryrefslogtreecommitdiffstats
path: root/src/pdf-invoice
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2014-12-01 16:55:46 +0100
committerSebastian Reichel <sre@ring0.de>2014-12-01 16:55:46 +0100
commit2493262379dca2f01e07c9c83103240d67218fb3 (patch)
treed3e29ce23bbd415cdcd3b8e1deee6757d8d92706 /src/pdf-invoice
parent030c3950cfb8ea6aba104435d70181e8706af352 (diff)
downloadserial-barcode-scanner-2493262379dca2f01e07c9c83103240d67218fb3.tar.bz2
Vorstandsänderung
Diffstat (limited to 'src/pdf-invoice')
-rw-r--r--src/pdf-invoice/pdf-invoice.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pdf-invoice/pdf-invoice.vala b/src/pdf-invoice/pdf-invoice.vala
index 8e53a1c..da93dfa 100644
--- a/src/pdf-invoice/pdf-invoice.vala
+++ b/src/pdf-invoice/pdf-invoice.vala
@@ -225,7 +225,7 @@ public class InvoicePDF {
layout.set_width((int) 140 * Pango.SCALE);
/* TODO: get text from config file */
- var text = "<b>Kreativität trifft Technik e.V.</b>\nAmtsgericht Oldenburg VR 201044\n\nHackspace „Mainframe“\nFablab „Fab-O-Lab“\nSchnittstelle „Schnittstelle“\n\nBahnhofsplatz 10 • 26122 Oldenburg";
+ var text = "<b>Kreativität trifft Technik e.V.</b>\nAmtsgericht Oldenburg VR 201044\n\nHackspace „Mainframe“\nFabLab „Fab-O-Lab“\nSchnittstelle „Schnittstelle“\n\nBahnhofsplatz 10 • 26122 Oldenburg";
/* write invoice date */
layout.set_markup(text, text.length);
@@ -259,10 +259,10 @@ public class InvoicePDF {
layout.set_spacing((int) (-2.0 * Pango.SCALE));
/* set page width */
- layout.set_width((int) 195 * Pango.SCALE);
+ layout.set_width((int) 190 * Pango.SCALE);
/* TODO: get text from config file */
- var text = "<b>Mail:</b> vorstand@kreativitaet-trifft-technik.de\n<b>Web:</b> www.kreativitaet-trifft-technik.de\n\n\n<b>Vorstand</b>\nPatrick Günther\nFlorian Festi\nChristian Schuhmann";
+ var text = "<b>Mail:</b> vorstand@kreativitaet-trifft-technik.de\n<b>Web:</b> www.kreativitaet-trifft-technik.de\n\n\n\n<b>BGB-Vorstand:</b>\nPatrick Günther, Sebastian Reichel, Markus Müller, Peter Gewald, Hauke Holst";
/* write invoice date */
layout.set_markup(text, text.length);