diff options
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/style.hh b/dw/style.hh index af55bb87..04a5e22e 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -426,7 +426,7 @@ public: VAlignType valign; char textAlignChar; /* In future, strings will be supported. */ - int hBorderSpacing, vBorderSpacing; + int hBorderSpacing, vBorderSpacing, wordSpacing; Length width, height, lineHeight; Box margin, borderWidth, padding; |