Post #1555: Ah. Thank you!

📋 Metadata

🏷️ Tags

popup-dialog ui-layout beginner unsolved

  • Popup Dialog Editor
  • Property Editor

💬 Content

Ah. Thank you!

Well I manged to learn a good bit/am figuring things out now. Although, I’m not sure how to fix alignment issues like this? Trying to not makke that Int Label as wide/push other right items over to left more.

image

split = layout.split(0.2,align=True)
		split.prop(obj,'modToggle',"","",False,'RESTRICT_VIEW_OFF')
		split.label("Int: %d" % (index))
		
		row = layout.split(0.35,align=True)
		row.prop(obj, "name")
		row.prop(obj,'modOperator')
		row.prop_search(obj, "boolModObject",bpy.context.scene,"objects","","",False,'OBJECT_DATA')

🔗 View on Blender Artists