diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 20:47:26 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 20:47:26 +0000 |
commit | fa47f1d6f6b26628080b5277f40dbcfafa571db1 (patch) | |
tree | 025a33078e287bc4b77dc7243ec24e2aa870bb88 /chrome/app/nibs | |
parent | 300cc58db6bc8d78e279dc07c46f15d9702148c6 (diff) | |
download | chromium_src-fa47f1d6f6b26628080b5277f40dbcfafa571db1.zip chromium_src-fa47f1d6f6b26628080b5277f40dbcfafa571db1.tar.gz chromium_src-fa47f1d6f6b26628080b5277f40dbcfafa571db1.tar.bz2 |
Add progress disks to os x download items. Some more spacing tweaks. Still not done.
BUG=18902
TEST=download something, note that a green disk appears, and disappears after some flashing after the download is done.
Review URL: http://codereview.chromium.org/174048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r-- | chrome/app/nibs/DownloadItem.xib | 4 | ||||
-rw-r--r-- | chrome/app/nibs/DownloadShelf.xib | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/nibs/DownloadItem.xib b/chrome/app/nibs/DownloadItem.xib index 11abe7a..79b056e 100644 --- a/chrome/app/nibs/DownloadItem.xib +++ b/chrome/app/nibs/DownloadItem.xib @@ -9,7 +9,7 @@ <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> <integer value="17"/> - <integer value="66"/> + <integer value="1"/> <integer value="24"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> @@ -200,7 +200,7 @@ <object class="NSButton" id="575090266"> <reference key="NSNextResponder" ref="1005"/> <int key="NSvFlags">292</int> - <string key="NSFrameSize">{200, 34}</string> + <string key="NSFrameSize">{207, 34}</string> <reference key="NSSuperview" ref="1005"/> <bool key="NSEnabled">YES</bool> <object class="NSButtonCell" key="NSCell" id="966513665"> diff --git a/chrome/app/nibs/DownloadShelf.xib b/chrome/app/nibs/DownloadShelf.xib index 9ea3dc12..fd17c97f 100644 --- a/chrome/app/nibs/DownloadShelf.xib +++ b/chrome/app/nibs/DownloadShelf.xib @@ -327,7 +327,7 @@ <object class="NSCustomView" id="931787328"> <reference key="NSNextResponder" ref="1005"/> <int key="NSvFlags">258</int> - <string key="NSFrame">{{3, 5}, {240, 34}}</string> + <string key="NSFrame">{{3, 6}, {240, 34}}</string> <reference key="NSSuperview" ref="1005"/> <string key="NSClassName">NSView</string> </object> |