[vlc-devel] [PATCH 2/2] macOS: Use VLCHUDSegmentedCell in MediaInfo panel
Marvin Scholz
epirat07 at gmail.com
Thu Jun 15 02:33:08 CEST 2017
---
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"/>
--
2.11.0 (Apple Git-81)
More information about the vlc-devel
mailing list