Icon cleanup WIP1

This commit is contained in:
Morgan Hardwood
2018-05-23 00:37:12 +02:00
parent 8749a13ecb
commit 9cecad02f9
34 changed files with 3216 additions and 73 deletions

View File

@@ -303,14 +303,14 @@ WhiteBalance::WhiteBalance () : FoldableToolPanel(this, "whitebalance", M("TP_WB
pack_start (*spotbox, Gtk::PACK_SHRINK, 0);
Gtk::Image* itempL = Gtk::manage (new RTImage ("ajd-wb-temp1.png"));
Gtk::Image* itempR = Gtk::manage (new RTImage ("ajd-wb-temp2.png"));
Gtk::Image* igreenL = Gtk::manage (new RTImage ("ajd-wb-green1.png"));
Gtk::Image* igreenR = Gtk::manage (new RTImage ("ajd-wb-green2.png"));
Gtk::Image* iblueredL = Gtk::manage (new RTImage ("ajd-wb-bluered1.png"));
Gtk::Image* iblueredR = Gtk::manage (new RTImage ("ajd-wb-bluered2.png"));
Gtk::Image* itempbiasL = Gtk::manage (new RTImage ("ajd-wb-temp1.png"));
Gtk::Image* itempbiasR = Gtk::manage (new RTImage ("ajd-wb-temp2.png"));
Gtk::Image* itempL = Gtk::manage (new RTImage ("circle-blue.png"));
Gtk::Image* itempR = Gtk::manage (new RTImage ("circle-yellow.png"));
Gtk::Image* igreenL = Gtk::manage (new RTImage ("circle-magenta.png"));
Gtk::Image* igreenR = Gtk::manage (new RTImage ("circle-green.png"));
Gtk::Image* iblueredL = Gtk::manage (new RTImage ("circle-blue.png"));
Gtk::Image* iblueredR = Gtk::manage (new RTImage ("circle-red.png"));
Gtk::Image* itempbiasL = Gtk::manage (new RTImage ("circle-blue.png"));
Gtk::Image* itempbiasR = Gtk::manage (new RTImage ("circle-yellow.png"));
temp = Gtk::manage (new Adjuster (M("TP_WBALANCE_TEMPERATURE"), MINTEMP, MAXTEMP, 5, CENTERTEMP, itempL, itempR, &wbSlider2Temp, &wbTemp2Slider));
green = Gtk::manage (new Adjuster (M("TP_WBALANCE_GREEN"), MINGREEN, MAXGREEN, 0.001, 1.0, igreenL, igreenR));