зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c2c60af129
Коммит
1967a9a5a6
|
@ -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
сгенерированный
Двоичные данные
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче