We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829dbfe commit 16df0ddCopy full SHA for 16df0dd
1 file changed
ConfigurationManager/ConfigurationManager.cs
@@ -505,7 +505,7 @@ private void DrawSinglePlugin(PluginSettingsData plugin)
505
if (hasWebsite)
506
{
507
GUILayout.BeginHorizontal();
508
- GUILayout.Space(27); // Same as the URL button to keep the plugin name centered
+ GUILayout.Space(29); // Same as the URL button to keep the plugin name centered
509
}
510
511
if (SettingFieldDrawer.DrawPluginHeader(categoryHeader, plugin.Collapsed && !isSearching) && !isSearching)
0 commit comments