GARbro-mirror/GUI/TextViewer.xaml

6 lines
370 B
Plaintext
Raw Normal View History

2015-05-12 17:31:27 +08:00
<FlowDocumentScrollViewer x:Class="JustView.TextViewer"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<FlowDocument PagePadding="2" TextAlignment="Left" IsHyphenationEnabled="False" FontFamily="Consolas, Courier New" FontSize="12"/>
</FlowDocumentScrollViewer>