326004 Default size of download progress view window is too small. Fatten it up

.  Also change the order of the list of allowed toolbar items to match the defau
lt set.  r=smfr
This commit is contained in:
mark%moxienet.com 2006-02-06 15:26:42 +00:00
Родитель c2c60af129
Коммит 1967a9a5a6
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -5,8 +5,8 @@
<key>IBDocumentLocation</key>
<string>24 42 592 284 0 0 1600 1002 </string>
<key>IBFramework Version</key>
<string>437.0</string>
<string>443.0</string>
<key>IBSystem Version</key>
<string>8F46</string>
<string>8G1165</string>
</dict>
</plist>

Двоичные данные
camino/resources/localized/English.lproj/ProgressDialog.nib/keyedobjects.nib сгенерированный

Двоичный файл не отображается.

Просмотреть файл

@ -985,7 +985,7 @@ static id gSharedProgressController = nil;
-(NSArray *)toolbarAllowedItemIdentifiers:(NSToolbar *)toolbar
{
return [NSArray arrayWithObjects:@"removebutton", @"cleanupbutton", @"cancelbutton", @"pauseresumebutton", @"openbutton", @"revealbutton", NSToolbarFlexibleSpaceItemIdentifier, nil];
return [NSArray arrayWithObjects:@"cleanupbutton", @"removebutton", @"cancelbutton", @"pauseresumebutton", @"openbutton", @"revealbutton", NSToolbarFlexibleSpaceItemIdentifier, nil];
}
-(NSArray *)toolbarDefaultItemIdentifiers:(NSToolbar *)toolbar