Skip to content

Commit 4c45621

Browse files
committed
Set icon in plugin factory
1 parent b1af70a commit 4c45621

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ScatterplotPlugin.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,8 @@ void ScatterplotPlugin::setYDimension(const std::int32_t& dimensionIndex)
800800

801801
ScatterplotPluginFactory::ScatterplotPluginFactory()
802802
{
803+
setIconByName("braille");
804+
803805
getPluginMetadata().setDescription("Scatterplot view");
804806
getPluginMetadata().setSummary("High-performance scatterplot plugin for ManiVault Studio, capable of handling millions of data points.");
805807
getPluginMetadata().setCopyrightHolder({ "BioVault (Biomedical Visual Analytics Unit LUMC - TU Delft)" });

0 commit comments

Comments
 (0)