|
14 | 14 | Classes="bold"
|
15 | 15 | Text="{DynamicResource Text.ForceSquash.Title}"/>
|
16 | 16 | <StackPanel Margin="0,18,0,0">
|
17 | | - <TextBlock Text="{DynamicResource Text.ForceSquash.Warn1}" Foreground="Red"/> |
18 | | - <TextBlock Margin="0,4,0,0" Text="{DynamicResource Text.ForceSquash.Warn2}"/> |
19 | | - <TextBlock Margin="0,4,0,0" Text="{DynamicResource Text.ForceSquash.Warn3}"/> |
20 | | - <TextBlock Margin="0,4,0,0" Text="{DynamicResource Text.ForceSquash.Warn4}"/> |
21 | | - <TextBlock Margin="0,4,0,0" Text="{DynamicResource Text.ForceSquash.Warn5}"/> |
| 17 | + <TextBlock Foreground="Red" TextWrapping="Wrap"> |
| 18 | + <Run Text="{DynamicResource Text.ForceSquash.Warn1}"/><LineBreak/> |
| 19 | + <Run Text="{DynamicResource Text.ForceSquash.Warn2}"/><LineBreak/> |
| 20 | + <Run Text="{DynamicResource Text.ForceSquash.Warn3}"/><LineBreak/> |
| 21 | + <Run Text="{DynamicResource Text.ForceSquash.Warn4}"/><LineBreak/> |
| 22 | + <Run Text="{DynamicResource Text.ForceSquash.Warn5}"/> |
| 23 | + </TextBlock> |
22 | 24 | </StackPanel>
|
23 | 25 | <StackPanel Margin="0,18,0,0">
|
24 | 26 | <CheckBox Content="{DynamicResource Text.ForceSquash.CreateBackup}" IsChecked="{Binding CreateBackup, Mode=TwoWay}"/>
|
|
0 commit comments