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 466466 <Setter Target =" InfoPaneSizer.(Grid.Column)" Value =" 1" />
467467 <Setter Target =" InfoPaneSizer.Width" Value =" 2" />
468468 <Setter Target =" InfoPaneSizer.GripperCursor" Value =" SizeWestEast" />
469- <Setter Target =" InfoPaneColumnDefinition.Width" Value =" {x:Bind UserSettingsService.InfoPaneSettingsService.VerticalSizePx, Mode=OneWay}" />
470469 <Setter Target =" InfoPaneColumnDefinition.MinWidth" Value =" {x:Bind InfoPane.MinWidth, Mode=OneWay}" />
471470 <Setter Target =" InfoPaneRowDefinition.MinHeight" Value =" 0" />
472471 <Setter Target =" InfoPaneRowDefinition.Height" Value =" 0" />
483482 <Setter Target =" InfoPaneColumnDefinition.Width" Value =" 0" />
484483 <Setter Target =" InfoPaneColumnDefinition.MinWidth" Value =" 0" />
485484 <Setter Target =" InfoPaneRowDefinition.MinHeight" Value =" {x:Bind InfoPane.MinHeight, Mode=OneWay}" />
486- <Setter Target =" InfoPaneRowDefinition.Height" Value =" {x:Bind UserSettingsService.InfoPaneSettingsService.HorizontalSizePx, Mode=OneWay}" />
487485 </VisualState .Setters>
488486 </VisualState >
489487 </VisualStateGroup >
Original file line number Diff line number Diff line change @@ -338,10 +338,12 @@ private void UpdatePositioning()
338338 break ;
339339 case PreviewPanePositions . Right :
340340 InfoPaneSizer . ChangeCursor ( InputSystemCursor . Create ( InputSystemCursorShape . SizeWestEast ) ) ;
341+ InfoPaneColumnDefinition . Width = new ( UserSettingsService . InfoPaneSettingsService . VerticalSizePx ) ;
341342 VisualStateManager . GoToState ( this , "InfoPanePositionRight" , true ) ;
342343 break ;
343344 case PreviewPanePositions . Bottom :
344345 InfoPaneSizer . ChangeCursor ( InputSystemCursor . Create ( InputSystemCursorShape . SizeNorthSouth ) ) ;
346+ InfoPaneRowDefinition . Height = new ( UserSettingsService . InfoPaneSettingsService . HorizontalSizePx ) ;
345347 VisualStateManager . GoToState ( this , "InfoPanePositionBottom" , true ) ;
346348 break ;
347349 }
You can’t perform that action at this time.
0 commit comments