{
  "$schema": "schema.json",
  "includes": ["common/common.json"],
  "background": {
    "texture": "guis/priority.png",
    "srcRect": [0, 0, 176, 125]
  },
  "text": {
    "dialog_title": {
      "text": {
        "translate": "gui.ae2.Priority"
      },
      "position": {
        "left": 8,
        "top": 6
      }
    },
    "priority_insertion_hint": {
      "text": {
        "translate": "gui.ae2.PriorityInsertionHint"
      },
      "position": {
        "left": 8,
        "top": 98
      }
    },
    "priority_extraction_hint": {
      "text": {
        "translate": "gui.ae2.PriorityExtractionHint"
      },
      "position": {
        "left": 8,
        "top": 110
      }
    }
  },
  "widgets": {
    "back": {
      "left": 152,
      "top": -5,
      "width": 20,
      "height": 20
    },
    "priority": {
      "left": 20,
      "top": 30,
      "width": 138,
      "height": 62
    },
    "priorityInput": {
      "left": 60,
      "top": 55,
      "width": 61,
      "height": 12
    }
  }
}
