diff --git a/src/Mod/TechDraw/Gui/QGIView.cpp b/src/Mod/TechDraw/Gui/QGIView.cpp index cd8dfff134..71d7fe6913 100644 --- a/src/Mod/TechDraw/Gui/QGIView.cpp +++ b/src/Mod/TechDraw/Gui/QGIView.cpp @@ -113,7 +113,7 @@ QGIView::QGIView() addToGroup(m_caption); m_lock = new QGCustomImage(); m_lock->setParentItem(m_border); - m_lock->load(QString::fromUtf8(":/icons/techdraw-lock.png")); + m_lock->load(QString::fromUtf8(":/icons/TechDraw_Lock.svg")); QSize sizeLock = m_lock->imageSize(); m_lockWidth = (double) sizeLock.width(); m_lockHeight = (double) sizeLock.height(); diff --git a/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc b/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc index ff467cabed..6fe6e9d8a4 100644 --- a/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc +++ b/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc @@ -96,7 +96,7 @@ icons/dashDot-line.svg icons/dashDotDot-line.svg icons/dash-line.svg - icons/techdraw-lock.png + icons/TechDraw_Lock.svg icons/cursor-balloon.png icons/none.svg icons/circular.svg diff --git a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Lock.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Lock.svg new file mode 100644 index 0000000000..e95a9ade84 --- /dev/null +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Lock.svg @@ -0,0 +1,445 @@ + + + TechDraw_Lock + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + TechDraw_Lock + + + [bitacovir] + + + Assembly_Assembly_Constraints_Tree + 09-04-2021 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/TechDraw/Gui/Resources/icons/techdraw-lock.png b/src/Mod/TechDraw/Gui/Resources/icons/techdraw-lock.png deleted file mode 100644 index c5ba8c876f..0000000000 Binary files a/src/Mod/TechDraw/Gui/Resources/icons/techdraw-lock.png and /dev/null differ