vlc | branch: master | Marvin Scholz <[email protected]> | Tue Jun 13 12:51:14 2017 +0200| [840ca6922993989de8b95bd820b2dc7167c661f9] | committer: Marvin Scholz
macOS: Use VLCHUDOutlineView in MediaInfo panel > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=840ca6922993989de8b95bd820b2dc7167c661f9 --- modules/gui/macosx/UI/MediaInfo.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/macosx/UI/MediaInfo.xib b/modules/gui/macosx/UI/MediaInfo.xib index 6d652da7fa..527e16831c 100644 --- a/modules/gui/macosx/UI/MediaInfo.xib +++ b/modules/gui/macosx/UI/MediaInfo.xib @@ -468,7 +468,7 @@ <rect key="frame" x="0.0" y="0.0" width="510" height="440"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="521" id="519"> + <outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="521" id="519" customClass="VLCHUDOutlineView"> <rect key="frame" x="0.0" y="0.0" width="510" height="440"/> <autoresizingMask key="autoresizingMask"/> <size key="intercellSpacing" width="3" height="2"/> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
