File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 335
335
</Grid >
336
336
<Grid >
337
337
<Grid .ColumnDefinitions>
338
- <ColumnDefinition Width =" *" />
339
- <ColumnDefinition
340
- Width =" 0.85*"
341
- MinWidth =" 244"
342
- MaxWidth =" 340" />
338
+ <ColumnDefinition Width =" *" MinWidth =" 100" />
339
+ <ColumnDefinition Width =" Auto" />
340
+ <ColumnDefinition Width =" 0.85*" MinWidth =" 244" />
343
341
</Grid .ColumnDefinitions>
344
342
<StackPanel
345
343
x : Name =" ResultArea"
394
392
</ContentControl >
395
393
</Border >
396
394
</StackPanel >
395
+ <GridSplitter
396
+ Grid.Column=" 1"
397
+ Width =" 5"
398
+ HorizontalAlignment =" Center"
399
+ VerticalAlignment =" Stretch"
400
+ Background =" Transparent"
401
+ ShowsPreview =" True" />
397
402
<Grid
398
403
x : Name =" Preview"
399
- Grid.Column=" 1 "
404
+ Grid.Column=" 2 "
400
405
VerticalAlignment =" Stretch"
401
406
Style =" {DynamicResource PreviewArea}"
402
407
Visibility =" {Binding PreviewVisible, Converter={StaticResource BoolToVisibilityConverter}}" >
Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ private void ShowPreview()
469
469
470
470
private void HidePreview ( )
471
471
{
472
- ResultAreaColumn = 2 ;
472
+ ResultAreaColumn = 3 ;
473
473
PreviewVisible = false ;
474
474
}
475
475
You can’t perform that action at this time.
0 commit comments