mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-29 07:07:31 +08:00
moved GUI project to a subdirectory.
This commit is contained in:
5
GUI/TextViewer.xaml
Normal file
5
GUI/TextViewer.xaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user