aboutsummaryrefslogtreecommitdiff
path: root/test/dw_links.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dw_links.cc')
-rw-r--r--test/dw_links.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_links.cc b/test/dw_links.cc
index 5622cbd5..633fa73b 100644
--- a/test/dw_links.cc
+++ b/test/dw_links.cc
@@ -101,7 +101,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);