From 3b5295fa7621a21c62cc70792e72edfc769df935 Mon Sep 17 00:00:00 2001 From: Pandagrapher Date: Wed, 27 May 2020 10:15:45 +0200 Subject: [PATCH] Update Locallab preview deltaE GUI --- rtgui/controlspotpanel.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rtgui/controlspotpanel.cc b/rtgui/controlspotpanel.cc index 24782f4ca..6d89e9cbf 100644 --- a/rtgui/controlspotpanel.cc +++ b/rtgui/controlspotpanel.cc @@ -355,10 +355,8 @@ ControlSpotPanel::ControlSpotPanel(): artifBox->pack_start(*iter_); artifBox->pack_start(*balan_); artifBox->pack_start(*balanh_); - Gtk::HBox* const prevBox = Gtk::manage(new Gtk::HBox()); - prevBox->pack_start(*colorde_); - prevBox->pack_start(*preview_, Gtk::PACK_SHRINK, 4); - artifBox->pack_start(*prevBox); + artifBox->pack_start(*colorde_); + artifBox->pack_start(*preview_); artifBox->pack_start(*colorscope_); artifFrame->add(*artifBox); pack_start(*artifFrame);