[settingsDialog] IJPL-176500 - use new menu icon

GitOrigin-RevId: 8cddf6efa22fb2c999403aa143137c677c965d92
This commit is contained in:
Sergey Pak
2025-02-14 00:43:07 +00:00
committed by intellij-monorepo-bot
parent 529ea82e4e
commit fd16b66d31
@@ -37,7 +37,7 @@ internal fun SettingsDialog.createEditorToolbar(actions: List<Action>): DialogPa
val editorToolbar = panel {
row {
val action = object : DumbAwareAction({ ActionsBundle.message("action.SettingsEditor.ToggleSidebar.text") },
AllIcons.General.LayoutEditorOnly) {
AllIcons.General.Menu) {
override fun actionPerformed(e: AnActionEvent) {
forceShowSidebar.set(!forceShowSidebar.get())
repaint()