File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 988
988
<VisualState x : Name =" Normal" />
989
989
<VisualState x : Name =" Selected" >
990
990
<VisualState .Setters>
991
- <Setter Target =" Path1.Fill" Value =" {ThemeResource TextOnAccentFillColorPrimaryBrush} " />
992
- <Setter Target =" Path2.Fill" Value =" Transparent " />
991
+ <Setter Target =" Path1.Fill" Value =" Transparent " />
992
+ <Setter Target =" Path2.Fill" Value =" {ThemeResource TextOnAccentFillColorPrimaryBrush} " />
993
993
<Setter Target =" Path3.Fill" Value =" {ThemeResource TextOnAccentFillColorPrimaryBrush}" />
994
994
</VisualState .Setters>
995
995
</VisualState >
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ public bool ShouldPreviewPaneBeDisplayed
489
489
{
490
490
var isHomePage = ! ( SidebarAdaptiveViewModel . PaneHolder ? . ActivePane ? . InstanceViewModel ? . IsPageTypeNotHome ?? false ) ;
491
491
var isMultiPane = SidebarAdaptiveViewModel . PaneHolder ? . IsMultiPaneActive ?? false ;
492
- var isBigEnough = App . Window . Bounds . Width > 450 && App . Window . Bounds . Height > 400 ;
492
+ var isBigEnough = App . Window . Bounds . Width > 450 && App . Window . Bounds . Height > 450 || RootGrid . ActualWidth > 700 && App . Window . Bounds . Height > 360 ;
493
493
var isEnabled = ( ! isHomePage || isMultiPane ) && isBigEnough ;
494
494
495
495
return isEnabled ;
You can’t perform that action at this time.
0 commit comments