summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-15 22:32:46 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-17 11:33:16 -0500
commit225509026fcae28600ce8f72dbf97dce0a740ffa (patch)
tree650dcfd9b1ef3de0a2718d50f5c0ea6800e39665 /drawinglayer
parent8d140f3867221979bf19b4a7a50f2bb1d6908038 (diff)
Double line looks a bit too apart.
Change-Id: I14676b6e8282a76d0be9dc0cc78e01837726e494
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/borderlineprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx b/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx
index 853ab7cc6d71..de1a02d108ed 100644
--- a/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx
@@ -154,7 +154,7 @@ namespace drawinglayer
getStart(), getEnd(), rViewInformation);
// distance is already scaled.
- double fGap = mfDistance*12.0;
+ double fGap = mfDistance*8.0;
if (bIsHairline)
{