You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying many views at the same time a lot of space is taken by the title bars (at least on Ubuntu):
Do you know if there Is any way to have control over this? Or even remove the titlebars altogether?
After this I tried the following but it doesn't work:
view = ephyviewer.SpikeTrainViewer()
from ephyviewer import QT
view.setWindowFlag(QT.Qt.FramelessWindowHint)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
When displaying many views at the same time a lot of space is taken by the title bars (at least on Ubuntu):
Do you know if there Is any way to have control over this? Or even remove the titlebars altogether?
After this I tried the following but it doesn't work:
Thanks!
The text was updated successfully, but these errors were encountered: