Fix inconsistent GHS tool width

Allow the black and white point information to wrap.
This commit is contained in:
Lawrence Lee 2025-04-06 15:35:45 -07:00
parent 4306b270a8
commit 23806afd18
No known key found for this signature in database
GPG Key ID: 048FF2B76A63895F

View File

@ -4448,7 +4448,11 @@ LocallabShadow::LocallabShadow():
ghs_MID->setAdjusterListener(this); ghs_MID->setAdjusterListener(this);
ghs_BLP->setAdjusterListener(this); ghs_BLP->setAdjusterListener(this);
ghs_HLP->setAdjusterListener(this); ghs_HLP->setAdjusterListener(this);
ghsbpwpLabels->set_line_wrap();
ghsbpwpLabels->set_justify(Gtk::Justification::JUSTIFY_CENTER);
setExpandAlignProperties(ghsbpwpLabels, true, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_START); setExpandAlignProperties(ghsbpwpLabels, true, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_START);
ghsbpwpvalueLabels->set_line_wrap();
ghsbpwpvalueLabels->set_justify(Gtk::Justification::JUSTIFY_CENTER);
setExpandAlignProperties(ghsbpwpvalueLabels, true, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_START); setExpandAlignProperties(ghsbpwpvalueLabels, true, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_START);
ghs_D->setLogScale(10, 0); ghs_D->setLogScale(10, 0);
//ghs_B->setLogScale(10, -5); //ghs_B->setLogScale(10, -5);