Skip to content

Commit

Permalink
better highlight color for the axis
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Jul 2, 2024
1 parent 7c49a99 commit 11965f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/asammdf/gui/widgets/formated_axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@ def paint(self, p, opt, widget):

if self.hovering:
if self.background == fn.mkColor("#000000"):
bk = fn.mkColor("#202020")
bk = fn.mkColor("#323232")
else:
bk = fn.mkColor("#DFDFDF")
bk = fn.mkColor("#CDCDCD")

else:
bk = self.background
Expand Down

0 comments on commit 11965f5

Please sign in to comment.