Post #2824: Yes, you can do this in Custom tab ([UILayout docs](<https://docs.blender.org/
📋 Metadata
- Author: roaoao
- Date: 2019-10-13 05:22:13
- Type:
answer - Quality Score: 7/10
- Reply to: post_02823
- Replies (1): post_02828
🏷️ Tags
popup-dialog python-scripting intermediate solved
⚙️ Related PME Features
- Custom Tab
- Python Scripting
- Popup Dialog Editor
💬 Content
Yes, you can do this in Custom tab (UILayout docs):
row = L.row(align=True); row.scale_x = 1.5; row.prop(C.scene, "pdt_operate")
❤️ 1 likes