Wizard: place build system type components on multiple row when no space left
This commit is contained in:
+4
@@ -78,6 +78,10 @@ class BuildSystemTypeSettingComponent(
|
|||||||
actionGroup: ActionGroup,
|
actionGroup: ActionGroup,
|
||||||
horizontal: Boolean
|
horizontal: Boolean
|
||||||
) : ActionToolbarImplWrapper(place, actionGroup, horizontal) {
|
) : ActionToolbarImplWrapper(place, actionGroup, horizontal) {
|
||||||
|
init {
|
||||||
|
layoutPolicy = ActionToolbar.WRAP_LAYOUT_POLICY
|
||||||
|
}
|
||||||
|
|
||||||
override fun createToolbarButton(
|
override fun createToolbarButton(
|
||||||
action: AnAction,
|
action: AnAction,
|
||||||
look: ActionButtonLook?,
|
look: ActionButtonLook?,
|
||||||
|
|||||||
Reference in New Issue
Block a user