kopia lustrzana https://github.com/corrscope/corrscope
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
rodzic
2a4f0f6c49
commit
aefe040f90
|
@ -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"),
|
||||
|
|
Ładowanie…
Reference in New Issue