mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-03 01:55:00 +00:00
fix: System.NullReferenceException
raised after popup stop (success or not) running
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
22d4f26bc3
commit
00e56ce9d1
2 changed files with 5 additions and 12 deletions
|
@ -15,8 +15,7 @@
|
|||
<TextBlock Margin="6,0,0,0" FontSize="14" FontWeight="Bold" Text="{DynamicResource Text.Running}"/>
|
||||
</StackPanel>
|
||||
|
||||
<TextBlock x:Name="TxtDesc"
|
||||
HorizontalAlignment="Stretch"
|
||||
<TextBlock HorizontalAlignment="Stretch"
|
||||
TextWrapping="Wrap"
|
||||
FontSize="{Binding Source={x:Static vm:Preferences.Instance}, Path=DefaultFontSize, Converter={x:Static c:DoubleConverters.Decrease}}"
|
||||
FontStyle="Italic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue