File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ public partial class MainWindow : IDisposable
6262 // Window Event: Key Event
6363 private bool _isArrowKeyPressed = false ;
6464 private bool _canEnterGridModeWithDown = true ;
65- private const double PinnedGridItemWidth = 64 ;
66- private const double PinnedGridItemHorizontalMargin = 10 ;
67- private const double PinnedGridHorizontalChrome = 32 ;
65+ private const double PinnedGridItemWidth = 84 ;
66+ private const double PinnedGridItemHorizontalMargin = 4 ;
67+ private const double PinnedGridHorizontalChrome = 16 ;
6868
6969 // Window Sound Effects
7070 private MediaPlayer _animationSoundWMP ;
@@ -551,7 +551,7 @@ private bool CanMoveUpToPinnedGrid()
551551 {
552552 return IsPinnedGridAvailableForKeyboardNavigation ( )
553553 && _viewModel . QueryResultsSelected ( )
554- && _viewModel . Results . SelectedIndex < = 0 ;
554+ && _viewModel . Results . SelectedIndex = = 0 ;
555555 }
556556
557557 private bool IsPinnedGridAvailableForKeyboardNavigation ( )
You can’t perform that action at this time.
0 commit comments