Improved icon themes support
This commit is contained in:
@@ -59,7 +59,7 @@ if FreeCAD.GuiUp:
|
||||
class _CommandImageScaling:
|
||||
"Command to Scale an Image to an Image Plane"
|
||||
def GetResources(self):
|
||||
return {'Pixmap': ":/icons/image-scale.svg",
|
||||
return {'Pixmap': "image-scale",
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Image_Scaling", "Scale image plane"),
|
||||
'Accel': "",
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Image_Scaling", "Scales an image plane by defining a distance between two points")}
|
||||
|
||||
Reference in New Issue
Block a user