Update Locallab preview deltaE GUI

This commit is contained in:
Pandagrapher
2020-05-27 10:15:45 +02:00
parent 96891cf8cd
commit 3b5295fa76

View File

@@ -355,10 +355,8 @@ ControlSpotPanel::ControlSpotPanel():
artifBox->pack_start(*iter_); artifBox->pack_start(*iter_);
artifBox->pack_start(*balan_); artifBox->pack_start(*balan_);
artifBox->pack_start(*balanh_); artifBox->pack_start(*balanh_);
Gtk::HBox* const prevBox = Gtk::manage(new Gtk::HBox()); artifBox->pack_start(*colorde_);
prevBox->pack_start(*colorde_); artifBox->pack_start(*preview_);
prevBox->pack_start(*preview_, Gtk::PACK_SHRINK, 4);
artifBox->pack_start(*prevBox);
artifBox->pack_start(*colorscope_); artifBox->pack_start(*colorscope_);
artifFrame->add(*artifBox); artifFrame->add(*artifBox);
pack_start(*artifFrame); pack_start(*artifFrame);