diff options
Diffstat (limited to 'test/dw_border_test.cc')
-rw-r--r-- | test/dw_border_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_border_test.cc b/test/dw_border_test.cc index f523750b..988abc33 100644 --- a/test/dw_border_test.cc +++ b/test/dw_border_test.cc @@ -76,7 +76,7 @@ int main(int argc, char **argv) Style *widgetStyle2 = Style::create (layout, &styleAttrs); - Textblock *textblock1 = new Textblock (false, 100); + Textblock *textblock1 = new Textblock (false); textblock1->setStyle (widgetStyle1); layout->setWidget (textblock1); @@ -101,7 +101,7 @@ int main(int argc, char **argv) for(int i = 0; i < 1; i++) { textblock1->addParbreak(0, wordStyle); - Textblock *textblock2 = new Textblock (false, 100); + Textblock *textblock2 = new Textblock (false); textblock1->addWidget (textblock2, widgetStyle2); for(int j = 0; words2[j]; j++) { |