Skip to content

Commit

Permalink
addressed #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypt32 committed Oct 24, 2023
1 parent 3c83e24 commit 4f568b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Asn1Editor/Views/Windows/TextViewer.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
mc:Ignorable="d"
d:DataContext="{d:DesignInstance vm:TextViewerVM}"
WindowStartupLocation="CenterOwner"
Title="TextViewer" Height="600" Width="800">
Title="ASN.1 Text Dump Viewer"
Height="600"
Width="800">
<Window.InputBindings>
<KeyBinding Modifiers="Ctrl" Key="S" Command="{Binding SaveCommand}"/>
<KeyBinding Modifiers="Ctrl" Key="P" Command="{Binding PrintCommand}"/>
Expand Down

0 comments on commit 4f568b8

Please sign in to comment.