mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
progress indicator and menu improvements. [not part of build]
This commit is contained in:
parent
1ad0ca5c26
commit
1d30755167
@ -7,7 +7,7 @@
|
||||
<key>IBFramework Version</key>
|
||||
<string>219.0</string>
|
||||
<key>IBMainMenuLocation</key>
|
||||
<string>69 252 318 44 0 0 1024 746 </string>
|
||||
<string>100 481 318 44 0 0 1024 746 </string>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5L14</string>
|
||||
<key>IBUserGuides</key>
|
||||
|
Binary file not shown.
@ -23,6 +23,8 @@
|
||||
defaultStatus = NULL;
|
||||
loadingStatus = DOCUMENT_DONE_STRING;
|
||||
[status setStringValue:loadingStatus];
|
||||
|
||||
[progress setControlTint:NSClearControlTint];
|
||||
}
|
||||
|
||||
- (void)setFrame:(NSRect)frameRect
|
||||
@ -39,6 +41,7 @@
|
||||
defaultStatus = NULL;
|
||||
}
|
||||
|
||||
[progress setControlTint:NSDefaultControlTint];
|
||||
[progress setIndeterminate:YES];
|
||||
[progress startAnimation:self];
|
||||
|
||||
@ -54,6 +57,7 @@
|
||||
{
|
||||
[progress setIndeterminate:YES];
|
||||
[progress stopAnimation:self];
|
||||
[progress setControlTint:NSClearControlTint];
|
||||
|
||||
loadingStatus = DOCUMENT_DONE_STRING;
|
||||
if (defaultStatus) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user