Merge pull request #3935 from hiroponz/fix-bubble-padding

Fix bubble padding.
This commit is contained in:
Dmitriy Zaporozhets 2013-05-14 04:37:35 -07:00
commit e6224942ce
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class BranchGraph
@mspace = 0
@parents = {}
@colors = ["#000"]
@offsetX = 120
@offsetX = 150
@offsetY = 20
@unitTime = 30
@unitSpace = 10