Safari 3 饼状进度指示器

Safari 与众不同的一个设计就是将进度条放在 Location Bar 显示(这个主意也是一个用户想出来的),不过在新的 Safari Public Beta 3 中进度指示器可以设置成新的形式——饼状。

Safari Pie Progress indicator
饼状进度指示器

和之前的地址栏进度条一样,饼状进度指示器也是在地址栏中,随着网页的加载进度改变图标。这样的进度条并不是第一次出现,在 Apple Aperture 的 Import Files 中也可以看到同样的进度指示器。

改变原有进度条的方法:在 Terminal 中运行 defaults write com.apple.Safari DebugUsePieProgressIndicator -bool true,重新启动 Safari。在 Windows 中还是需要打开 C:\\Documents and Settings\\your username\\Application Data\\Apple Computer\\Safari\\Preferences.plist,添加这一段在 </dict> 之前:

<key>DebugUsePieProgressIndicator</key>
<true/>

新的指示器很清爽。:)

No comments

Post a comment

Comment Guidelines

  • We use Markdown here.
  • Have no more than 2 links.
  • Register Gravatar if you want an avatar displayed.