SeisComP3 / seiscomp3

SeisComP is a seismological software for data acquisition, processing, distribution and interactive analysis.
Other
111 stars 88 forks source link

scrttv and scmv tabs #174

Closed sbonaime closed 6 years ago

sbonaime commented 6 years ago

Hi, Is there a way to disable tabs with scrttv and scmv ? We use them in full screen without interaction. So this space is completely useless in our usage.

Thank you
capture d ecran 2018-05-16 a 16-05-18 17 46 23

capture d ecran 2018-05-16 a 16-05-18 17 05 48

gempa-jabe commented 6 years ago

This is not a developer question, please post such questions into the users forum (https://forum.seiscomp3.org).

scmv --displaymode groundmotion -F

will display the map exclusively in fullscreen. You can also configure the displaymode in scmv.cfg. You can also set "groundmotion" to display the ground motion tab in fullscreen.

scrttv.cfg:

scheme.tabPosition = off

will remove the tabbar. You can configure that in scrttv.cfg as well.