diff --git a/MCPForUnity/Editor/MenuItems/MCPForUnityMenu.cs b/MCPForUnity/Editor/MenuItems/MCPForUnityMenu.cs index 38c8ea8..14a6e7b 100644 --- a/MCPForUnity/Editor/MenuItems/MCPForUnityMenu.cs +++ b/MCPForUnity/Editor/MenuItems/MCPForUnityMenu.cs @@ -27,7 +27,7 @@ namespace MCPForUnity.Editor.MenuItems } - [MenuItem("Window/MCP For Unity/EditorPrefs", priority = 3)] + [MenuItem("Window/MCP For Unity/Edit EditorPrefs", priority = 3)] public static void ShowEditorPrefsWindow() { EditorPrefsWindow.ShowWindow(); diff --git a/MCPForUnity/Editor/Windows/EditorPrefs/EditorPrefsWindow.uss b/MCPForUnity/Editor/Windows/EditorPrefs/EditorPrefsWindow.uss index b213220..30590d2 100644 --- a/MCPForUnity/Editor/Windows/EditorPrefs/EditorPrefsWindow.uss +++ b/MCPForUnity/Editor/Windows/EditorPrefs/EditorPrefsWindow.uss @@ -146,17 +146,14 @@ } .pref-item { - margin-bottom: 8px; + margin-bottom: 0; background-color: #393939; - border-left-width: 1px; - border-right-width: 1px; - border-top-width: 1px; + border-left-width: 0; + border-right-width: 0; + border-top-width: 0; border-bottom-width: 1px; - border-left-color: #555555; - border-right-color: #555555; - border-top-color: #555555; border-bottom-color: #555555; - border-radius: 4px; + border-radius: 0; padding: 8px; }