Merge pull request #2326 from onelsonic/patch-2

Update props_ui.py
This commit is contained in:
Lubos Lenco 2021-09-08 08:51:07 +02:00 committed by GitHub
commit f3fcb2846e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -742,9 +742,9 @@ class ARM_PT_ArmoryExporterAndroidSettingsPanel(ExporterTargetSettingsMixin, bpy
col = layout.column()
col.prop(wrd, 'arm_winorient')
col.prop(wrd, 'arm_project_android_sdk_compile')
col.prop(wrd, 'arm_project_android_sdk_min')
col.prop(wrd, 'arm_project_android_sdk_target')
col.prop(wrd, 'arm_project_android_sdk_compile')
class ARM_PT_ArmoryExporterAndroidPermissionsPanel(bpy.types.Panel):