Skip to content

Commit

Permalink
設定画面を開くと落ちる問題の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabacr07 committed Dec 29, 2013
1 parent bd5e6a8 commit 75d8a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grabacr07.KanColleViewer/Views/Settings/Settings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
FontSize="16"
Margin="0,-9,0,0" />
<TextBlock Margin="-1,0,0,-4">
<Run Text="{Binding Source={x:Static kanColleViewer:App.ProductInfo}, Path=Title}"
<Run Text="{Binding Source={x:Static kanColleViewer:App.ProductInfo}, Path=Title, Mode=OneWay}"
FontFamily="Yu Gothic Light"
FontSize="20"
Foreground="{DynamicResource ActiveForegroundBrushKey}" />
Expand Down

0 comments on commit 75d8a0f

Please sign in to comment.