We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8483e5 commit 10ea34aCopy full SHA for 10ea34a
1 file changed
Code/XTMF.Gui/UserControls/ModelSystemDisplay/ModelSystemDisplay.xaml
@@ -691,7 +691,7 @@
691
692
<StackPanel Margin="5 0 5 0" HorizontalAlignment="Left" Orientation="Horizontal" VerticalAlignment="Top">
693
<materialDesign:PackIcon Kind="InfoOutline" />
694
- <TextBlock FontSize="11" VerticalAlignment="Stretch" Margin="4 0 0 0" FontWeight="Normal" >{x:Static this:ModelSystemDisplayLocalization.ModelSystemRequirements}</TextBlock>
+ <TextBlock FontSize="11" VerticalAlignment="Stretch" Margin="4 0 0 0" FontWeight="Normal" Text="{x:Static this:ModelSystemDisplayLocalization.ModelSystemRequirements}" />
695
</StackPanel>
696
697
0 commit comments