mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[settingsDialog] IJPL-176500 - use new menu icon
GitOrigin-RevId: 8cddf6efa22fb2c999403aa143137c677c965d92
This commit is contained in:
committed by
intellij-monorepo-bot
parent
529ea82e4e
commit
fd16b66d31
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user