Skip to content

Commit

Permalink
Draw thinner lines for left labels
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhanshuguptagit committed Jun 28, 2024
1 parent d82ea72 commit 482a1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bean/ui/views/sheet.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@
2 (nth row-heights r)))
:left (when (= r label-r)
(.drawRect g
(nth xs c) (+ (nth ys r) label-r)
(nth col-widths c) 4))
(nth xs c) (+ (nth ys r) (* label-r 0.5))
(nth col-widths c) 2))
:top-left nil))
(.beginFill g color 0.25)
(.drawRect g
Expand Down

0 comments on commit 482a1ad

Please sign in to comment.