diff options
author | corvid <corvid@dillo.org> | 2014-02-02 17:05:01 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2014-02-02 17:05:01 +0000 |
commit | 73a5b8c1d1bdf4d2cad8fdea3deb81ae8e34c9d3 (patch) | |
tree | a86c26b6ec47431df9df4aebd5a439ba756fe3d4 /test | |
parent | 76e1bd77ca2905f185b2363c589b77840687168d (diff) |
trim some spaces
Diffstat (limited to 'test')
-rw-r--r-- | test/dw_image_background.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_image_background.cc b/test/dw_image_background.cc index 24966850..14cb7b97 100644 --- a/test/dw_image_background.cc +++ b/test/dw_image_background.cc @@ -117,7 +117,7 @@ int main(int argc, char **argv) image1 = StyleImage::create (); image1->connectDeletion (&isdr); - layout->setBgImage (image1, BACKGROUND_REPEAT_Y, + layout->setBgImage (image1, BACKGROUND_REPEAT_Y, BACKGROUND_ATTACHMENT_SCROLL, createPerLength (0.5), createAbsLength (30)); |