36 lines
637 B
JSON
36 lines
637 B
JSON
{
|
|
"$schema": "schema.json",
|
|
"includes": ["common/common.json"],
|
|
"background": {
|
|
"texture": "guis/renamer.png",
|
|
"srcRect": [0, 0, 176, 58]
|
|
},
|
|
"text": {
|
|
"dialog_title": {
|
|
"text": {
|
|
"translate": "gui.expatternprovider.renamer"
|
|
},
|
|
"position": {
|
|
"left": 8,
|
|
"top": 6
|
|
}
|
|
},
|
|
"tooltip": {
|
|
"text": {
|
|
"translate": "gui.expatternprovider.renamer.desc"
|
|
},
|
|
"position": {
|
|
"left": 8,
|
|
"top": 16
|
|
}
|
|
}
|
|
},
|
|
"widgets": {
|
|
"rename_input": {
|
|
"left": 8,
|
|
"top": 27,
|
|
"width": 120,
|
|
"height": 12
|
|
}
|
|
}
|
|
} |