Post #1555: Ah. Thank you!
📋 Metadata
- Author: Kickflipkid687
- Date: 2018-09-08 15:50:52
- Type:
question - Quality Score: 5/10
- Reply to: post_01554
- Replies (1): post_01556
🏷️ Tags
popup-dialog ui-layout beginner unsolved
⚙️ Related PME Features
- 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.

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')