aboutsummaryrefslogtreecommitdiff
path: root/test/dw_ui_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dw_ui_test.cc')
-rw-r--r--test/dw_ui_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dw_ui_test.cc b/test/dw_ui_test.cc
index c65f76f9..2bc35893 100644
--- a/test/dw_ui_test.cc
+++ b/test/dw_ui_test.cc
@@ -60,6 +60,7 @@ int main(int argc, char **argv)
fontAttrs.size = 14;
fontAttrs.weight = 400;
fontAttrs.style = FONT_STYLE_NORMAL;
+ fontAttrs.letterSpacing = 0;
styleAttrs.font = Font::create (layout, &fontAttrs);
Style *tableStyle = Style::create (layout, &styleAttrs);