From 9d805452f940c8abba6befec415fc4a5b529a761 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Mon, 17 Jun 2019 17:31:46 +0200 Subject: [PATCH] Pixmap: Make bigger attachment icon --- src/Mod/PartDesign/Gui/ViewProviderDatum.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Mod/PartDesign/Gui/ViewProviderDatum.cpp b/src/Mod/PartDesign/Gui/ViewProviderDatum.cpp index be294dc156..b627cf02ac 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDatum.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderDatum.cpp @@ -439,12 +439,12 @@ QIcon ViewProviderDatum::mergeOverlayIcons (const QIcon & orig) const ".##aaa##.", "##aaaaa##", "##aaaaa##", + "#########", + "#########", + "#########", ".##aaa##.", - "...###...", - "...###...", - "....#....", - "....#....", - "....#...."}; + ".##aaa##.", + "...###..."}; px = QPixmap(feature_detached_xpm);