dropdown_background.xml 940 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <skinset name="Default" image="window.png">
  3. <widget type="Window" xpos="41" ypos="186">
  4. <!-- Top Row -->
  5. <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" />
  6. <part type="top-edge" xpos="3" ypos="0" width="26" height="4" />
  7. <part type="top-right-corner" xpos="28" ypos="0" width="4" height="4" />
  8. <!-- Middle Row -->
  9. <part type="left-edge" xpos="0" ypos="3" width="4" height="26" />
  10. <part type="bg-quad" xpos="3" ypos="3" width="26" height="26" />
  11. <part type="right-edge" xpos="28" ypos="3" width="4" height="26" />
  12. <!-- Bottom Row -->
  13. <part type="bottom-left-corner" xpos="0" ypos="28" width="4" height="4" />
  14. <part type="bottom-edge" xpos="3" ypos="28" width="26" height="4" />
  15. <part type="bottom-right-corner" xpos="28" ypos="28" width="4" height="4" />
  16. </widget>
  17. </skinset>