[vlc-commits] macosx: Fix section list on advanced prefs panel

David Fuhrmann git at videolan.org
Fri Apr 20 17:34:14 CEST 2018


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Fri Apr 20 17:01:08 2018 +0200| [5265a9825c88deb1da6457ec7c53ccb103925e19] | committer: David Fuhrmann

macosx: Fix section list on advanced prefs panel

Make sure the items are not editable. Also select smaller font.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5265a9825c88deb1da6457ec7c53ccb103925e19
---

 modules/gui/macosx/UI/Preferences.xib | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/macosx/UI/Preferences.xib b/modules/gui/macosx/UI/Preferences.xib
index e5d016e8ee..5c1dc4cdf7 100644
--- a/modules/gui/macosx/UI/Preferences.xib
+++ b/modules/gui/macosx/UI/Preferences.xib
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="17D47" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="17E199" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
     <dependencies>
         <development version="7000" identifier="xcode"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
@@ -48,14 +48,14 @@
                                                     <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                                                     <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
                                                     <tableColumns>
-                                                        <tableColumn identifier="" width="158" minWidth="40" maxWidth="1000" id="g4F-6K-jQg">
+                                                        <tableColumn identifier="" editable="NO" width="158" minWidth="40" maxWidth="1000" id="g4F-6K-jQg">
                                                             <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
                                                                 <font key="font" metaFont="smallSystem"/>
                                                                 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
                                                                 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
                                                             </tableHeaderCell>
                                                             <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="Iey-II-boS">
-                                                                <font key="font" metaFont="system"/>
+                                                                <font key="font" metaFont="smallSystem"/>
                                                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                                                 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                                                             </textFieldCell>



More information about the vlc-commits mailing list