File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 466
466
<Setter Target =" InfoPaneSizer.(Grid.Column)" Value =" 1" />
467
467
<Setter Target =" InfoPaneSizer.Width" Value =" 2" />
468
468
<Setter Target =" InfoPaneSizer.GripperCursor" Value =" SizeWestEast" />
469
- <Setter Target =" InfoPaneColumnDefinition.Width" Value =" {x:Bind UserSettingsService.InfoPaneSettingsService.VerticalSizePx, Mode=OneWay}" />
470
469
<Setter Target =" InfoPaneColumnDefinition.MinWidth" Value =" {x:Bind InfoPane.MinWidth, Mode=OneWay}" />
471
470
<Setter Target =" InfoPaneRowDefinition.MinHeight" Value =" 0" />
472
471
<Setter Target =" InfoPaneRowDefinition.Height" Value =" 0" />
483
482
<Setter Target =" InfoPaneColumnDefinition.Width" Value =" 0" />
484
483
<Setter Target =" InfoPaneColumnDefinition.MinWidth" Value =" 0" />
485
484
<Setter Target =" InfoPaneRowDefinition.MinHeight" Value =" {x:Bind InfoPane.MinHeight, Mode=OneWay}" />
486
- <Setter Target =" InfoPaneRowDefinition.Height" Value =" {x:Bind UserSettingsService.InfoPaneSettingsService.HorizontalSizePx, Mode=OneWay}" />
487
485
</VisualState .Setters>
488
486
</VisualState >
489
487
</VisualStateGroup >
Original file line number Diff line number Diff line change @@ -338,10 +338,12 @@ private void UpdatePositioning()
338
338
break ;
339
339
case PreviewPanePositions . Right :
340
340
InfoPaneSizer . ChangeCursor ( InputSystemCursor . Create ( InputSystemCursorShape . SizeWestEast ) ) ;
341
+ InfoPaneColumnDefinition . Width = new ( UserSettingsService . InfoPaneSettingsService . VerticalSizePx ) ;
341
342
VisualStateManager . GoToState ( this , "InfoPanePositionRight" , true ) ;
342
343
break ;
343
344
case PreviewPanePositions . Bottom :
344
345
InfoPaneSizer . ChangeCursor ( InputSystemCursor . Create ( InputSystemCursorShape . SizeNorthSouth ) ) ;
346
+ InfoPaneRowDefinition . Height = new ( UserSettingsService . InfoPaneSettingsService . HorizontalSizePx ) ;
345
347
VisualStateManager . GoToState ( this , "InfoPanePositionBottom" , true ) ;
346
348
break ;
347
349
}
You can’t perform that action at this time.
0 commit comments