Skip to content

Commit

Permalink
Fix Octicon sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
atzannes committed Jul 6, 2023
1 parent 9d76a7a commit 729cad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_database/web/cells/leaves.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, which, color="black", hoverText=None, small=True):
self.whichOcticon = which
self.color = color
self.hoverText = hoverText
self.small = False
self.small = small

def sortsAs(self):
return self.whichOcticon
Expand Down

0 comments on commit 729cad6

Please sign in to comment.