The new _TimeViewer by @GuillaumeFavelier adds its own window title row, which is odd at least on macOS when not running in full screen mode, as the titlebar added by the operating system has the exact same name, so there's now redundant information:


The title should be switched off by default, at least on macOS.
Thanks for reporting! It might be difficult for me to debug this one at the moment since it happens on macOS but I'll see what I can do. Also, I will link this to #7162
@GuillaumeFavelier maybe you can sit with @hoechenberger and get this fixed for 0.20?
Let's look into this together tomorrow morning, @GuillaumeFavelier
I've never tried this, but shouldn't this issue also affect all other platforms? Window title bars on Windows and Linux also contain names, so I'd assume that this also leads to duplicated titles. It's probably best to just remove the custom titles.
Good point indeed!
We couldn't reproduce this on Linux and macOS with different versions of (Py)Qt and PyVista. Seems the issue has magically disappeared since I'd first reported it...
Closing for now!