More icon and cursor fixes
- The Graduated Filter on-canvas widget button now has its own icon, does not use the curve's "add adjustment point" icon anymore. - When dragging a crop, a closed hand cursor is shown. - The hand icon had the outline removed to improve separation between the fingers.
This commit is contained in:
@@ -63,7 +63,7 @@ FlatCurveEditorSubGroup::FlatCurveEditorSubGroup (CurveEditorGroup* prt, Glib::u
|
||||
}
|
||||
|
||||
editCPoints = Gtk::manage (new Gtk::ToggleButton());
|
||||
initButton(*editCPoints, Glib::ustring("crosshair-adjust.png"), Gtk::ALIGN_START, false, "EDIT_PIPETTE_TOOLTIP");
|
||||
initButton(*editCPoints, Glib::ustring("crosshair-node-curve.png"), Gtk::ALIGN_START, false, "EDIT_PIPETTE_TOOLTIP");
|
||||
editPointCPoints = Gtk::manage (new Gtk::ToggleButton ());
|
||||
initButton(*editPointCPoints, Glib::ustring("edit-point.png"), Gtk::ALIGN_START, false, "CURVEEDITOR_EDITPOINT_HINT");
|
||||
copyCPoints = Gtk::manage (new Gtk::Button ());
|
||||
|
Reference in New Issue
Block a user