Add GUI for stereo bars

Currently does not allow toggling them per-channel. (I don't think it's
worth the added horizontal width.)
pull/475/head
nyanpasu64 2024-06-05 23:20:32 -07:00
rodzic 2a4f0f6c49
commit aefe040f90
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -284,6 +284,12 @@ class MainWindow(QWidget):
) as self.layout__stereo_orientation:
pass
with add_row(s, BoundCheckBox, BoundColorWidget) as (
self.render__global_stereo_bars,
self.render__stereo_bar_color,
):
self.render__global_stereo_bars.setText(tr("Stereo Bars"))
with add_row(
s,
tr("Grid Opacity"),