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,15 +25,15 @@ using namespace rtengine::procparams;
|
||||
ChMixer::ChMixer (): FoldableToolPanel(this, "chmixer", M("TP_CHMIXER_LABEL"), false, true)
|
||||
{
|
||||
|
||||
imgIcon[0] = Gtk::manage (new RTImage ("circle-red.png"));
|
||||
imgIcon[1] = Gtk::manage (new RTImage ("circle-green-red.png"));
|
||||
imgIcon[2] = Gtk::manage (new RTImage ("circle-blue-red.png"));
|
||||
imgIcon[3] = Gtk::manage (new RTImage ("circle-red-green.png"));
|
||||
imgIcon[4] = Gtk::manage (new RTImage ("circle-green.png"));
|
||||
imgIcon[5] = Gtk::manage (new RTImage ("circle-blue-green.png"));
|
||||
imgIcon[6] = Gtk::manage (new RTImage ("circle-red-blue.png"));
|
||||
imgIcon[7] = Gtk::manage (new RTImage ("circle-green-blue.png"));
|
||||
imgIcon[8] = Gtk::manage (new RTImage ("circle-blue.png"));
|
||||
imgIcon[0] = Gtk::manage (new RTImage ("circle-red-small.png"));
|
||||
imgIcon[1] = Gtk::manage (new RTImage ("circle-green-red-small.png"));
|
||||
imgIcon[2] = Gtk::manage (new RTImage ("circle-blue-red-small.png"));
|
||||
imgIcon[3] = Gtk::manage (new RTImage ("circle-red-green-small.png"));
|
||||
imgIcon[4] = Gtk::manage (new RTImage ("circle-green-small.png"));
|
||||
imgIcon[5] = Gtk::manage (new RTImage ("circle-blue-green-small.png"));
|
||||
imgIcon[6] = Gtk::manage (new RTImage ("circle-red-blue-small.png"));
|
||||
imgIcon[7] = Gtk::manage (new RTImage ("circle-green-blue-small.png"));
|
||||
imgIcon[8] = Gtk::manage (new RTImage ("circle-blue-small.png"));
|
||||
|
||||
Gtk::Label* rlabel = Gtk::manage (new Gtk::Label ());
|
||||
rlabel->set_markup (Glib::ustring("\t<span foreground=\"#b00000\"><b>") + M("TP_CHMIXER_RED") + Glib::ustring(":</b></span>"));
|
||||
|
Reference in New Issue
Block a user