Skip to content

Commit

Permalink
Changed the animation delay of MythBusyDialog from 14 to 300.
Browse files Browse the repository at this point in the history
It was reported this is necessary on low power ( ion etc ) machines.

modified:   base.xml
  • Loading branch information
hpeters committed Jul 2, 2012
1 parent 7ccc030 commit 163fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@
<imagetype name="animation">
<position>33,65</position>
<filepattern low="1" high="60" cycle="reverse">images/busy/busy%1.png</filepattern>
<delay>14</delay>
<delay>300</delay>
</imagetype>

<textarea name="message" from="basetextarea">
Expand Down

0 comments on commit 163fb51

Please sign in to comment.