mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-16 15:35:05 +00:00
Correct typo
This commit is contained in:
@ -102,7 +102,7 @@ class TexAtl_Main(Panel):
|
||||
# Resolution and Unwrap types (only if Lightmap group is added)
|
||||
if context.scene.ms_lightmap_groups:
|
||||
group = scene.ms_lightmap_groups[scene.ms_lightmap_groups_index]
|
||||
row.label(text="Resolutiom:")
|
||||
row.label(text="Resolution:")
|
||||
row.prop(group, 'resolutionX', text='')
|
||||
row.prop(group, 'resolutionY', text='')
|
||||
row = self.layout.row()
|
||||
|
Reference in New Issue
Block a user