You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.7KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>items</key>
  6. <array>
  7. <dict>
  8. <key>cell</key>
  9. <string>PSGroupCell</string>
  10. <key>label</key>
  11. <string>DuplexCalendar's Options</string>
  12. </dict>
  13. <dict>
  14. <key>cell</key>
  15. <string>PSEditTextCell</string>
  16. <key>placeholder</key>
  17. <string>0</string>
  18. <key>bestGuess</key>
  19. <string>0</string>
  20. <key>defaults</key>
  21. <string>com.gilshahar7.duplexcalendarprefs</string>
  22. <key>key</key>
  23. <string>offsetXTextField</string>
  24. <key>label</key>
  25. <string>X Offset:</string>
  26. </dict>
  27. <dict>
  28. <key>cell</key>
  29. <string>PSEditTextCell</string>
  30. <key>placeholder</key>
  31. <string>0</string>
  32. <key>bestGuess</key>
  33. <string>0</string>
  34. <key>defaults</key>
  35. <string>com.gilshahar7.duplexcalendarprefs</string>
  36. <key>key</key>
  37. <string>offsetYTextField</string>
  38. <key>label</key>
  39. <string>Y Offset:</string>
  40. </dict>
  41. <dict>
  42. <key>cell</key>
  43. <string>PSEditTextCell</string>
  44. <key>placeholder</key>
  45. <string>16</string>
  46. <key>bestGuess</key>
  47. <string>16</string>
  48. <key>defaults</key>
  49. <string>com.gilshahar7.duplexcalendarprefs</string>
  50. <key>isDecimalPad</key>
  51. <true/>
  52. <key>key</key>
  53. <string>FontSizeTextField</string>
  54. <key>label</key>
  55. <string>Font Size:</string>
  56. </dict>
  57. <dict>
  58. <key>cell</key>
  59. <string>PSButtonCell</string>
  60. <key>label</key>
  61. <string>Save</string>
  62. <key>action</key>
  63. <string>save</string>
  64. </dict>
  65. </array>
  66. <key>title</key>
  67. <string>DuplexCalendar</string>
  68. </dict>
  69. </plist>