We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c83e24 commit 4f568b8Copy full SHA for 4f568b8
Asn1Editor/Views/Windows/TextViewer.xaml
@@ -8,7 +8,9 @@
8
mc:Ignorable="d"
9
d:DataContext="{d:DesignInstance vm:TextViewerVM}"
10
WindowStartupLocation="CenterOwner"
11
- Title="TextViewer" Height="600" Width="800">
+ Title="ASN.1 Text Dump Viewer"
12
+ Height="600"
13
+ Width="800">
14
<Window.InputBindings>
15
<KeyBinding Modifiers="Ctrl" Key="S" Command="{Binding SaveCommand}"/>
16
<KeyBinding Modifiers="Ctrl" Key="P" Command="{Binding PrintCommand}"/>
0 commit comments