We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e501c commit c16afeeCopy full SHA for c16afee
src/Files.App/UserControls/TabBar/TabBar.xaml.cs
@@ -65,7 +65,7 @@ public TabBar()
65
{
66
InitializeComponent();
67
68
- tabHoverTimer.Interval = TimeSpan.FromMilliseconds(500);
+ tabHoverTimer.Interval = TimeSpan.FromMilliseconds(1000);
69
tabHoverTimer.Tick += TabHoverSelected;
70
71
var appWindow = MainWindow.Instance.AppWindow;
src/Files.App/Views/Layouts/BaseLayoutPage.cs
@@ -1237,7 +1237,7 @@ selectedItems is not null &&
1237
ItemManipulationModel.SetSelectedItem(hoveredItem);
1238
}
1239
},
1240
- TimeSpan.FromMilliseconds(600), false);
+ TimeSpan.FromMilliseconds(1000), false);
1241
1242
1243
protected internal void FileListItem_PointerExited(object sender, PointerRoutedEventArgs e)
0 commit comments