Skip to content

Commit

Permalink
[BUG] Channel list too small on linux (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill authored Nov 18, 2023
1 parent c245654 commit d9cc22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_gui_addons/_ieeg_locate.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
_RADIUS_SCALAR = 0.4
_TUBE_SCALAR = 0.1
_BOLT_SCALAR = 30 # mm
_CH_MENU_WIDTH = 30 if platform.system() == "Windows" else 10
_CH_MENU_WIDTH = 30 if platform.system() == "Windows" else 15

# 20 colors generated to be evenly spaced in a cube, worked better than
# matplotlib color cycle
Expand Down

0 comments on commit d9cc22c

Please sign in to comment.