Skip to content

Commit 16df0dd

Browse files
committed
Tweak offset to center better
1 parent 829dbfe commit 16df0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ConfigurationManager/ConfigurationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ private void DrawSinglePlugin(PluginSettingsData plugin)
505505
if (hasWebsite)
506506
{
507507
GUILayout.BeginHorizontal();
508-
GUILayout.Space(27); // Same as the URL button to keep the plugin name centered
508+
GUILayout.Space(29); // Same as the URL button to keep the plugin name centered
509509
}
510510

511511
if (SettingFieldDrawer.DrawPluginHeader(categoryHeader, plugin.Collapsed && !isSearching) && !isSearching)

0 commit comments

Comments
 (0)