Skip to content

Commit

Permalink
Merge pull request #455 from eyedol/eyedol/fixToNotHideDropdownWhenWi…
Browse files Browse the repository at this point in the history
…ndowIsSmall

Don't crop dropdown task run button
  • Loading branch information
takahirom authored Jul 30, 2024
2 parents 94536cb + 153a743 commit b889e41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class TaskToolbarPanel(
anchor = GridBagConstraints.WEST
insets = JBUI.insets(4)
})
}, BorderLayout.WEST)
})
}

fun setActions(actions: List<ToolbarAction>) {
Expand Down

0 comments on commit b889e41

Please sign in to comment.