Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits: 00e8f86f by Claudio Cambra at 2026-05-31T16:51:04+02:00 macosx: Position renderers button after the sidebar toggle Signed-off-by: Claudio Cambra <[email protected]> - - - - - dc85e033 by Claudio Cambra at 2026-05-31T16:51:04+02:00 macosx: Fix renderer button in toolbar action Signed-off-by: Claudio Cambra <[email protected]> - - - - - 2 changed files: - modules/gui/macosx/UI/VLCLibraryWindow.xib - modules/gui/macosx/library/VLCLibraryWindowToolbarDelegate.m Changes: ===================================== modules/gui/macosx/UI/VLCLibraryWindow.xib ===================================== @@ -431,7 +431,7 @@ <constraint firstAttribute="width" constant="30" id="ann-oP-TCW"/> </constraints> <connections> - <action selector="rendererControlAction:" target="QvC-M9-y7g" id="M1O-u2-5FO"/> + <action selector="rendererControlAction:" target="xXj-E8-b8X" id="M1O-u2-5FO"/> </connections> </button> <connections> ===================================== modules/gui/macosx/library/VLCLibraryWindowToolbarDelegate.m ===================================== @@ -127,7 +127,10 @@ NSString * const VLCLibraryWindowTrackingSeparatorToolbarItemIdentifier = inFrontOf:@[self.sortOrderToolbarItem, self.libraryViewModeToolbarItem, self.forwardsToolbarItem, - self.backwardsToolbarItem]]; + self.backwardsToolbarItem, + self.trackingSeparatorToolbarItem, + self.toggleNavSidebarToolbarItem, + self.vlcIconToolbarItem]]; } else if (rendererCount == 0 && rendererToolbarItemVisible) { [self hideToolbarItem:self.renderersToolbarItem]; } View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/4e56697c59845de54c695e224d78b0f285158497...dc85e033a9aeeadef405c411be3ffeea4ee2ee4a -- View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/4e56697c59845de54c695e224d78b0f285158497...dc85e033a9aeeadef405c411be3ffeea4ee2ee4a You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
_______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
