summaryrefslogtreecommitdiffstats
path: root/templatelayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'templatelayout.h')
-rw-r--r--templatelayout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/templatelayout.h b/templatelayout.h
index 07e3ae060..41a3cbfa9 100644
--- a/templatelayout.h
+++ b/templatelayout.h
@@ -151,6 +151,8 @@ if (property == "font") {
case 4:
return "Verdana, Geneva, sans-serif";
}
+} else if (property == "borderwidth") {
+ return object.border_width;
} else if (property == "font_size") {
return object.font_size / 9.0;
} else if (property == "line_spacing") {