From bd387534e62976ae5460abfb559ffb4c59ef8ebf Mon Sep 17 00:00:00 2001 From: LS Date: Thu, 19 Sep 2024 13:24:22 +0200 Subject: [PATCH 1/2] Fix Brush Size tooltip --- GUI/Qt/Components/PaintbrushToolPanel.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/Qt/Components/PaintbrushToolPanel.ui b/GUI/Qt/Components/PaintbrushToolPanel.ui index d6701623..4b0a0bd5 100644 --- a/GUI/Qt/Components/PaintbrushToolPanel.ui +++ b/GUI/Qt/Components/PaintbrushToolPanel.ui @@ -206,7 +206,7 @@ font-size:11px; - <html><head/><body><p>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Brush Size (+, - keys)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Adjust the radius of the paintbrush.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">Brush Size (+, - keys)</span></p><p>Adjust the radius of the paintbrush.</p></body></html> From 3d0484dea24decea29e59bcdc6de0af7fe8f7cca Mon Sep 17 00:00:00 2001 From: LS Date: Thu, 19 Sep 2024 15:17:54 +0200 Subject: [PATCH 2/2] Fix typo --- Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx b/Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx index efa51fab..8b849ef5 100644 --- a/Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx +++ b/Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx @@ -179,7 +179,7 @@ void BinaryWeightedAveragingFilter< TLabelImage, TMainImage > throw itk::ExceptionObject( "Error: consecutive segmentations must be intersecting for " "Binary Weighted Averaging. Manually specifying the axis " - "of interploation may resolve this error."); + "of interpolation may resolve this error."); } //Compute the Signed Distance Map of the intersecting portion