Move forward button

Move the forward button so it is next to the rewind button.
This commit is contained in:
Bryan Schumaker 2010-10-24 17:25:31 -04:00
parent 4f371987a0
commit 03ed1489dc
1 changed files with 1 additions and 1 deletions

View File

@ -60,10 +60,10 @@ class InfoBar(Bar):
self.pack(label.TimeLabel())
self.pack(label.LengthLabel2())
self.pack(button.RewindButton())
self.pack(button.ForwardButton())
self.pack(button.PlayButton())
self.pack(button.PauseButton())
self.pack(button.StopButton())
self.pack(button.ForwardButton())
self.pack(button.NextButton())
self.pack(button.UpButton(up_button))