Wizard: reduce buildsystem buttons sizes

This commit is contained in:
Ilya Kirillov
2020-04-24 20:35:31 +03:00
parent d9889e449f
commit 5f79ffbe50
@@ -109,8 +109,8 @@ class BuildSystemTypeSettingComponent(
} }
companion object { companion object {
private const val LEFT_RIGHT_PADDING = 10 private const val LEFT_RIGHT_PADDING = 6
private const val TOP_BOTTOM_PADDING = 4 private const val TOP_BOTTOM_PADDING = 2
} }
} }