Fill -> Linear Gradient: Show angle while dragging
When using the Linear Gradient fill tool, the angle of the gradient is now is shown (in the instructions at the bottom). h/t Miyagi Andel for the idea
This commit is contained in:
parent
89a164df3d
commit
e98daa5a62
4 changed files with 26 additions and 4 deletions
|
|
@ -27,7 +27,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
Last updated: March 7, 2023
|
||||
Last updated: July 1, 2023
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
|
@ -72,4 +72,6 @@ const char *const fill_img_fnames[NUM_FILLS] = {
|
|||
DATA_PREFIX "images/fills/gradient_shaped.png"
|
||||
};
|
||||
|
||||
#define TIP_FILL_LINEAR_MOVING gettext_noop("Click and drag to fill an area with a linear gradient (from the chosen color to transparent). (Your gradient’s angle is %.0f degrees.)")
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue