Skip to content

Commit

Permalink
Update edit icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Jul 2, 2024
1 parent 91599fe commit f8ca7b3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file added images/compose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/editing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/gstar/Annotation/ScanRegionGraphicsItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ScanRegionGraphicsItem::ScanRegionGraphicsItem(AbstractGraphicsItem* parent)

connect(&_scan_dialog, &ScanRegionDialog::ScanUpdated, this, &ScanRegionGraphicsItem::onScanUpdated);

prependProperty(new AnnotationProperty("Edit", QIcon(":/images/compose.png")));
prependProperty(new AnnotationProperty("Edit", QIcon(":/images/editing.png")));
/*
m_mouseOverPixelCoordModel = nullptr;
m_lightToMicroCoordModel = nullptr;
Expand Down
1 change: 1 addition & 0 deletions uProbeX.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
<file>images/question.png</file>
<file>images/gear.png</file>
<file>images/compose.png</file>
<file>images/editing.png</file>
</qresource>
</RCC>

0 comments on commit f8ca7b3

Please sign in to comment.