Draft: Updated icon for cubic bezier tool

This commit is contained in:
Yorik van Havre
2019-05-14 15:20:40 -03:00
parent c05bc0990c
commit 6d2aee2c58
3 changed files with 508 additions and 1 deletions

View File

@@ -1015,7 +1015,7 @@ class CubicBezCurve(Line):
self.degree = 3
def GetResources(self):
return {'Pixmap' : 'Draft_BezCurve',
return {'Pixmap' : 'Draft_CubicBezCurve',
#'Accel' : "B, Z",
'MenuText': QtCore.QT_TRANSLATE_NOOP("Draft_CubicBezCurve", "CubicBezCurve"),
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Draft_CubicBezCurve", "Creates a Cubic Bezier curve \nClick and drag to define control points. CTRL to snap, SHIFT to constrain")}

View File

@@ -10,6 +10,7 @@
<file>icons/Draft_BezSharpNode.svg</file>
<file>icons/Draft_BezTanNode.svg</file>
<file>icons/Draft_BezSymNode.svg</file>
<file>icons/Draft_CubicBezCurve.svg</file>
<file>icons/Draft_Circle.svg</file>
<file>icons/Draft_Construction.svg</file>
<file>icons/Draft_DelPoint.svg</file>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 21 KiB