File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
xmlns:mc=" http://schemas.openxmlformats.org/markup-compatibility/2006"
6
6
xmlns:gui=" using:OpenLoco.Gui"
7
7
xmlns:vm=" using:OpenLoco.Gui.ViewModels"
8
- mc:Ignorable=" d" d : DesignWidth =" 800 " d : DesignHeight =" 450 "
8
+ mc:Ignorable=" d" d : DesignWidth =" 1024 " d : DesignHeight =" 768 "
9
9
x:Class=" OpenLoco.Gui.Views.HexViewerWindow"
10
10
x:DataType=" vm:HexWindowViewModel"
11
11
Title=" HexViewerWindow"
12
12
WindowStartupLocation=" CenterOwner"
13
13
SystemDecorations=" Full"
14
- Width=" 800"
15
- Height=" 600"
16
- ShowInTaskbar=" False" >
14
+ ShowInTaskbar=" False"
15
+ MinWidth=" 1024"
16
+ Width=" 1260"
17
+ Height=" 768" >
17
18
18
19
<DockPanel Background =" {DynamicResource ExpanderContentBackground}" >
19
20
<ScrollViewer >
39
40
<Grid DockPanel.Dock=" Left" Margin =" 4" x : DataType =" vm:HexAnnotationLine" >
40
41
<Grid .ColumnDefinitions>
41
42
<ColumnDefinition Width =" Auto" />
42
- <ColumnDefinition Width =" * " />
43
+ <ColumnDefinition Width =" 768 " />
43
44
</Grid .ColumnDefinitions>
44
45
<Border Grid.Column=" 0" Grid.ColumnSpan=" 1" Background =" {DynamicResource ButtonBackgroundPointerOver}" >
45
46
<TextBlock Text =" {Binding Address}" VerticalAlignment =" Center" Margin =" 4" FontFamily =" Courier New" FontWeight =" Bold" />
46
-
47
47
</Border >
48
48
<SelectableTextBlock Grid.Column=" 1" Margin =" 4" Text =" {Binding Data}" VerticalAlignment =" Center" FontFamily =" Courier New" SelectionStart =" {Binding SelectionStart}" SelectionEnd =" {Binding SelectionEnd}" />
49
49
</Grid >
You can’t perform that action at this time.
0 commit comments