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.

46 lines
1.0KB

  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>PearlRetry</string>
  12. </dict>
  13. <dict>
  14. <key>cell</key>
  15. <string>PSStaticTextCell</string>
  16. <key>label</key>
  17. <string>Retry delay in seconds</string>
  18. </dict>
  19. <dict>
  20. <key>cell</key>
  21. <string>PSSliderCell</string>
  22. <key>default</key>
  23. <real>0.7</real>
  24. <key>min</key>
  25. <real>0.0</real>
  26. <key>max</key>
  27. <real>1.5</real>
  28. <key>showValue</key>
  29. <true/>
  30. <key>isSegmented</key>
  31. <true/>
  32. <key>segmentCount</key>
  33. <integer>30</integer>
  34. <key>defaults</key>
  35. <string>com.gilshahar7.pearlretryprefs</string>
  36. <key>key</key>
  37. <string>delay</string>
  38. <key>PostNotification</key>
  39. <string>com.gilshahar7.pearlretryprefs.settingschanged</string>
  40. </dict>
  41. </array>
  42. <key>title</key>
  43. <string>PearlRetryPrefs</string>
  44. </dict>
  45. </plist>