jfjoch_viewer: Remove "background" label
This commit is contained in:
@@ -29,8 +29,6 @@ JFJochViewerToolbarDisplay::JFJochViewerToolbarDisplay(QWidget *parent)
|
||||
color_map_select->setCurrentIndex(static_cast<int>(ColorScaleEnum::Indigo));
|
||||
addWidget(color_map_select);
|
||||
|
||||
addWidget(new QLabel(" <b>Background </b> "));
|
||||
|
||||
connect(foreground_slider, &SliderPlusBox::valueChanged, this, &JFJochViewerToolbarDisplay::foregroundSet);
|
||||
connect(color_map_select, QOverload<int>::of(&QComboBox::currentIndexChanged),
|
||||
this, &JFJochViewerToolbarDisplay::colorComboBoxSet);
|
||||
|
||||
Reference in New Issue
Block a user