Skip to content

Commit

Permalink
CQ: Change size gap
Browse files Browse the repository at this point in the history
  • Loading branch information
XTorLukas committed Dec 2, 2024
1 parent 57b8edc commit b2e8305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.App/UserControls/TabBar/TabBar.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public sealed partial class TabBar : BaseTabBar, INotifyPropertyChanged

private bool _lockDropOperation = false;

private static int _gap = 6;
private static int _gap = 40;

// Starting position when dragging a tab
private System.Drawing.Point dragStartPoint;
Expand Down

0 comments on commit b2e8305

Please sign in to comment.