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 c8911d1 commit bb7b07fCopy full SHA for bb7b07f
PluginCore/DockPanelSuite/Customization/VS2005DockPaneCaption.cs
@@ -57,8 +57,8 @@ protected override void OnRefreshChanges()
57
private static int _ButtonGapTop = 3;
58
private static int _ButtonGapBottom = 3;
59
private static int _ButtonGapBetween = 1;
60
- private static int _ButtonGapLeft = 1;
61
- private static int _ButtonGapRight = 1;
+ private static int _ButtonGapLeft = 3;
+ private static int _ButtonGapRight = 3;
62
63
private ToolTip m_toolTip;
64
0 commit comments