vlc | branch: master | Marvin Scholz <[email protected]> | Thu Jun 15 02:32:22 2017 +0200| [edcff1eb50e0f7bd4e5adcdc06e671168c7442d1] | committer: Marvin Scholz
macOS: Use VLCHUDSegmentedCell in MediaInfo panel > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edcff1eb50e0f7bd4e5adcdc06e671168c7442d1 --- modules/gui/macosx/UI/MediaInfo.xib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/macosx/UI/MediaInfo.xib b/modules/gui/macosx/UI/MediaInfo.xib index 527e16831c..c1a30691d1 100644 --- a/modules/gui/macosx/UI/MediaInfo.xib +++ b/modules/gui/macosx/UI/MediaInfo.xib @@ -466,7 +466,7 @@ <rect key="frame" x="17" y="0.0" width="510" height="440"/> <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="jDW-Lc-WE4"> <rect key="frame" x="0.0" y="0.0" width="510" height="440"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + <autoresizingMask key="autoresizingMask"/> <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" customClass="VLCHUDOutlineView"> <rect key="frame" x="0.0" y="0.0" width="510" height="440"/> @@ -950,7 +950,7 @@ <constraints> <constraint firstAttribute="height" constant="21" id="WVH-Tg-9g5"/> </constraints> - <segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="GbO-Eb-YgC"> + <segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="GbO-Eb-YgC" customClass="VLCHUDSegmentedCell"> <font key="font" metaFont="system"/> <segments> <segment label="General" selected="YES"/> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
