File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 355
355
SizeChanged =" RootGrid_SizeChanged" >
356
356
<Grid .RowDefinitions>
357
357
<RowDefinition Height =" Auto" />
358
- <RowDefinition Height =" *" />
358
+ <RowDefinition Height =" *" MinHeight = " 100 " />
359
359
<RowDefinition Height =" Auto" />
360
- <RowDefinition
361
- x : Name =" PreviewPaneRow"
362
- Height =" 0"
363
- MaxHeight =" 250" />
360
+ <RowDefinition x : Name =" PreviewPaneRow" Height =" Auto" />
364
361
<RowDefinition Height =" 32" />
365
362
</Grid .RowDefinitions>
366
363
<Grid .ColumnDefinitions>
367
- <ColumnDefinition Width =" 3*" />
364
+ <ColumnDefinition Width =" 3*" MinWidth = " 100 " />
368
365
<ColumnDefinition Width =" Auto" />
369
- <ColumnDefinition
370
- x : Name =" PreviewPaneColumn"
371
- Width =" 0"
372
- MaxWidth =" 400" />
366
+ <ColumnDefinition x : Name =" PreviewPaneColumn" Width =" Auto" />
373
367
</Grid .ColumnDefinitions>
374
368
375
369
<controls : InnerNavigationToolbar
You can’t perform that action at this time.
0 commit comments