Skip to content

Commit bb7b07f

Browse files
committed
Minor UI adjustment...
1 parent c8911d1 commit bb7b07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PluginCore/DockPanelSuite/Customization/VS2005DockPaneCaption.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ protected override void OnRefreshChanges()
5757
private static int _ButtonGapTop = 3;
5858
private static int _ButtonGapBottom = 3;
5959
private static int _ButtonGapBetween = 1;
60-
private static int _ButtonGapLeft = 1;
61-
private static int _ButtonGapRight = 1;
60+
private static int _ButtonGapLeft = 3;
61+
private static int _ButtonGapRight = 3;
6262

6363
private ToolTip m_toolTip;
6464

0 commit comments

Comments
 (0)