From 5f79ffbe50f40b52a5a04beb6d4c090b0074f726 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Fri, 24 Apr 2020 20:35:31 +0300 Subject: [PATCH] Wizard: reduce buildsystem buttons sizes --- .../wizard/ui/firstStep/BuildSystemTypeSettingComponent.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/idea-new-project-wizard/src/org/jetbrains/kotlin/tools/projectWizard/wizard/ui/firstStep/BuildSystemTypeSettingComponent.kt b/idea/idea-new-project-wizard/src/org/jetbrains/kotlin/tools/projectWizard/wizard/ui/firstStep/BuildSystemTypeSettingComponent.kt index 4e1c62a7b51..e65fdc9e89c 100644 --- a/idea/idea-new-project-wizard/src/org/jetbrains/kotlin/tools/projectWizard/wizard/ui/firstStep/BuildSystemTypeSettingComponent.kt +++ b/idea/idea-new-project-wizard/src/org/jetbrains/kotlin/tools/projectWizard/wizard/ui/firstStep/BuildSystemTypeSettingComponent.kt @@ -109,8 +109,8 @@ class BuildSystemTypeSettingComponent( } companion object { - private const val LEFT_RIGHT_PADDING = 10 - private const val TOP_BOTTOM_PADDING = 4 + private const val LEFT_RIGHT_PADDING = 6 + private const val TOP_BOTTOM_PADDING = 2 } }