Skip to content

Commit

Permalink
fixup! Added note that data is copied to project file
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Best <63287233+btbest@users.noreply.github.com>
  • Loading branch information
k-dominik and btbest committed Feb 26, 2024
1 parent c2f241c commit 84cef15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ilastik/widgets/stackFileSelectionWidget.ui
Expand Up @@ -113,7 +113,10 @@ Examples:
<item>
<widget class="QLabel" name="import_copy_info">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Note: ilastik will copy the data into the project (.ilp) file.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>Note: ilastik will copy the data into the project (.ilp) file.</string>
</property>
<property name="font">
<font><italic>true</italic></font>
</property>
</widget>
</item>
Expand Down

0 comments on commit 84cef15

Please sign in to comment.