Icons tweaked #4469
- The "light" icon theme is now a little lighter, to increase contrast. - Toolbox icons are now small. - Buttons: - Buttons without labels which use icons as their only source of info regarding what the button does (e.g. the white-balance pipette button) use normal-sized icons. - Labeled buttons which use icons as an auxiliary source of information (e.g. Auto-Crop) now use small icons. Curve type icons are also small even though they have no labels. - Colored circles are smaller. - Curve type icons redesigned and small. - Hand icons (when panning the preview) redesigned to have a clear outline regardless of background color. - Magnifier icons redesigned to have a thinner magnifier frame and larger inner parts. - Perspective, distortion and crop icons redesigned. - Some small icons were missing the `-small` suffix, now renamed.
This commit is contained in:
@@ -25,10 +25,10 @@ using namespace rtengine::procparams;
|
||||
|
||||
RAWCACorr::RAWCACorr () : FoldableToolPanel(this, "rawcacorrection", M("TP_CHROMATABERR_LABEL"))
|
||||
{
|
||||
Gtk::Image* icaredL = Gtk::manage (new RTImage ("circle-red-cyan.png"));
|
||||
Gtk::Image* icaredR = Gtk::manage (new RTImage ("circle-cyan-red.png"));
|
||||
Gtk::Image* icablueL = Gtk::manage (new RTImage ("circle-blue-yellow.png"));
|
||||
Gtk::Image* icablueR = Gtk::manage (new RTImage ("circle-yellow-blue.png"));
|
||||
Gtk::Image* icaredL = Gtk::manage (new RTImage ("circle-red-cyan-small.png"));
|
||||
Gtk::Image* icaredR = Gtk::manage (new RTImage ("circle-cyan-red-small.png"));
|
||||
Gtk::Image* icablueL = Gtk::manage (new RTImage ("circle-blue-yellow-small.png"));
|
||||
Gtk::Image* icablueR = Gtk::manage (new RTImage ("circle-yellow-blue-small.png"));
|
||||
|
||||
caAutocorrect = Gtk::manage (new CheckBox(M("TP_RAWCACORR_AUTO"), multiImage));
|
||||
caAutocorrect->setCheckBoxListener (this);
|
||||
|
||||
Reference in New Issue
Block a user