Jump to content

2022 Dialogue box edit expands code


---
 Share

Recommended Posts

If you double click the green code that is the dialogue box you get into a "dialogue editor". 

In 2022, If you make a change to anything and exit out the code becomes 10x larger b/c it is expanded. Is there a way to fix this.

[code]

                "rows": 1,
                "tooltip": {
                    "id": "",
                    "text": "",
                    "translatable": True
                },
                "type": "input::list"
            },
            {
            }
        ],
        [
            {
                "columns": 2,
                "name": "label_5",
                "rows": 1,
                "text": {
                    "id": "",
                    "text": "Select Positions Used",
                    "translatable": True
                },
                "tooltip": {
                    "id": "",
                    "text": "",
                    "translatable": True
                },
                "type": "label",
                "word_wrap": False
            },
            {
            [/code]

Edited
Link to comment
Share on other sites

 Share

×
×
  • Create New...