From dcb57d63a223b008369f8eb5dd07afc5a16ca5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 8 May 2025 13:26:36 +0200 Subject: [PATCH] tool_windows.md: remove TW icon size mention --- topics/user_interface_components/tool_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/user_interface_components/tool_windows.md b/topics/user_interface_components/tool_windows.md index 14a6282c0..d97bd9c95 100644 --- a/topics/user_interface_components/tool_windows.md +++ b/topics/user_interface_components/tool_windows.md @@ -33,7 +33,7 @@ The extension point attributes specify all the data which is necessary to displa * The `id` attribute (required) of the tool window which corresponds to the text displayed on the tool window button. To provide a localized text, specify matching `toolwindow.stripe.[id]` message key (escape spaces with `_`) in the [resource bundle](plugin_configuration_file.md#idea-plugin__resource-bundle). -* The `icon` to display on the tool window button (13x13 pixels, gray and monochromatic; see [](tool_window.md) in UI Guidelines and [](icons.md)) +* The `icon` to display on the tool window button (see [](tool_window.md) in UI Guidelines and [](icons.md)) * The `anchor`, meaning the side of the screen on which the tool window is displayed ("left" (default), "right" or "bottom")