[vlc-commits] macosx: fix fspanel pause button button alignment
Felix Paul Kühne
git at videolan.org
Mon Mar 18 23:27:53 CET 2013
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Mar 18 23:24:16 2013 +0100| [3d61812b5673a36847170d0890c4df87cc07247e] | committer: Felix Paul Kühne
macosx: fix fspanel pause button button alignment
(cherry picked from commit 3d64617d9347481beb9274b660694727c618c912)
Conflicts:
modules/gui/macosx/fspanel.m
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=3d61812b5673a36847170d0890c4df87cc07247e
---
modules/gui/macosx/fspanel.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/fspanel.m b/modules/gui/macosx/fspanel.m
index 2fad860..17d7cbe 100644
--- a/modules/gui/macosx/fspanel.m
+++ b/modules/gui/macosx/fspanel.m
@@ -422,7 +422,7 @@
NSRect s_rc = [self frame];
addButton( o_prev, @"fs_skip_previous" , @"fs_skip_previous_highlight", 174, 15, prev );
addButton( o_bwd, @"fs_rewind" , @"fs_rewind_highlight" , 211, 14, backward );
- addButton( o_play, @"fs_play" , @"fs_play_highlight" , 267, 10, play );
+ addButton( o_play, @"fs_play" , @"fs_play_highlight" , 265, 10, play );
addButton( o_fwd, @"fs_forward" , @"fs_forward_highlight" , 313, 14, forward );
addButton( o_next, @"fs_skip_next" , @"fs_skip_next_highlight" , 365, 15, next );
addButton( o_fullscreen, @"fs_exit_fullscreen", @"fs_exit_fullscreen_hightlight", 507, 13, toggleFullscreen );
More information about the vlc-commits
mailing list