The source code, duh.
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.

54 lines
1.1KB

  1. BACKUP cause im lazy. this is for a future feature
  2. <dict>
  3. <key>cell</key>
  4. <string>PSGroupCell</string>
  5. <key>label</key>
  6. <string>Max Dock Rows:</string>
  7. </dict>
  8. <dict>
  9. <key>cell</key>
  10. <string>PSSliderCell</string>
  11. <key>default</key>
  12. <string>1</string>
  13. <key>defaults</key>
  14. <string>com.burritoz.dockifyprefs</string>
  15. <key>key</key>
  16. <string>setDockRowNumber</string>
  17. <key>min</key>
  18. <integer>0</integer>
  19. <key>max</key>
  20. <integer>7</integer>
  21. <key>isSegmented</key>
  22. <true/>
  23. <key>segmentCount</key>
  24. <integer>7</integer>
  25. <key>showValue</key>
  26. <true/>
  27. </dict>
  28. <dict>
  29. <key>cell</key>
  30. <string>PSGroupCell</string>
  31. <key>label</key>
  32. <string>Dock Row Spacing</string>
  33. </dict>
  34. <dict>
  35. <key>cell</key>
  36. <string>PSSliderCell</string>
  37. <key>default</key>
  38. <string>0</string>
  39. <key>defaults</key>
  40. <string>com.burritoz.dockifyprefs</string>
  41. <key>key</key>
  42. <string>setRowSpacing</string>
  43. <key>min</key>
  44. <integer>0</integer>
  45. <key>max</key>
  46. <integer>200</integer>
  47. <key>isSegmented</key>
  48. <true/>
  49. <key>segmentCount</key>
  50. <integer>200</integer>
  51. <key>showValue</key>
  52. <true/>
  53. </dict>