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 57b8edc commit b2e8305Copy full SHA for b2e8305
src/Files.App/UserControls/TabBar/TabBar.xaml.cs
@@ -30,7 +30,7 @@ public sealed partial class TabBar : BaseTabBar, INotifyPropertyChanged
30
31
private bool _lockDropOperation = false;
32
33
- private static int _gap = 6;
+ private static int _gap = 40;
34
35
// Starting position when dragging a tab
36
private System.Drawing.Point dragStartPoint;
0 commit comments