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:
@@ -553,11 +553,11 @@ void ExpanderBox::hideBox()
|
||||
|
||||
void MyExpander::init()
|
||||
{
|
||||
inconsistentPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("power-inconsistent.png"));
|
||||
enabledPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("power-on.png"));
|
||||
disabledPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("power-off.png"));
|
||||
openedPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("expander-open.png"));
|
||||
closedPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("expander-closed.png"));
|
||||
inconsistentPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("power-inconsistent-small.png"));
|
||||
enabledPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("power-on-small.png"));
|
||||
disabledPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("power-off-small.png"));
|
||||
openedPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("expander-open-small.png"));
|
||||
closedPBuf = Gdk::Pixbuf::create_from_file(rtengine::findIconAbsolutePath("expander-closed-small.png"));
|
||||
}
|
||||
|
||||
MyExpander::MyExpander(bool useEnabled, Gtk::Widget* titleWidget) :
|
||||
|
Reference in New Issue
Block a user