aboutsummaryrefslogtreecommitdiff
path: root/test/dw_resource_test.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-11-08 14:54:19 +0100
committerSebastian Geerken <devnull@localhost>2012-11-08 14:54:19 +0100
commit9c77c6d76e25394517d371e070d13b54ab7858d8 (patch)
tree6dfe12eb0f5722e5f5c424f1ed0396b516ce4de1 /test/dw_resource_test.cc
parent2f9834507ff751f177c6fa218cc5849107a61aa8 (diff)
Making hyphen penalties configurable.
Diffstat (limited to 'test/dw_resource_test.cc')
-rw-r--r--test/dw_resource_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_resource_test.cc b/test/dw_resource_test.cc
index a2a26c62..0b817dcb 100644
--- a/test/dw_resource_test.cc
+++ b/test/dw_resource_test.cc
@@ -64,7 +64,7 @@ int main(int argc, char **argv)
Style *widgetStyle = Style::create (layout, &styleAttrs);
- Textblock *textblock = new Textblock (false);
+ Textblock *textblock = new Textblock (false, 100);
textblock->setStyle (widgetStyle);
layout->setWidget (textblock);