[vlc-commits] macOS: Use VLCHUDTableView and Scroller in Bookmarks panel

Marvin Scholz git at videolan.org
Sat Jun 24 11:51:46 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Jun 24 11:50:55 2017 +0200| [1c1f200229c3233c7adc0aef7cd747df1c25f4cf] | committer: Marvin Scholz

macOS: Use VLCHUDTableView and Scroller in Bookmarks panel

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

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

diff --git a/modules/gui/macosx/UI/Bookmarks.xib b/modules/gui/macosx/UI/Bookmarks.xib
index 97b2d99160..22e616ce5c 100644
--- a/modules/gui/macosx/UI/Bookmarks.xib
+++ b/modules/gui/macosx/UI/Bookmarks.xib
@@ -91,7 +91,7 @@
                             <rect key="frame" x="1" y="1" width="392" height="274"/>
                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                             <subviews>
-                                <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" autosaveColumns="NO" autosaveName="bookmarks-table" headerView="111" id="110">
+                                <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" autosaveColumns="NO" autosaveName="bookmarks-table" headerView="111" id="110" customClass="VLCHUDTableView">
                                     <rect key="frame" x="0.0" y="0.0" width="392" height="251"/>
                                     <autoresizingMask key="autoresizingMask"/>
                                     <size key="intercellSpacing" width="3" height="2"/>
@@ -129,11 +129,11 @@
                             </subviews>
                             <color key="backgroundColor" name="controlDarkShadowColor" catalog="System" colorSpace="catalog"/>
                         </clipView>
-                        <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="109">
+                        <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="109" customClass="VLCHUDScroller">
                             <rect key="frame" x="1" y="260" width="377" height="15"/>
                             <autoresizingMask key="autoresizingMask"/>
                         </scroller>
-                        <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="108">
+                        <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="108" customClass="VLCHUDScroller">
                             <rect key="frame" x="378" y="18" width="15" height="242"/>
                             <autoresizingMask key="autoresizingMask"/>
                         </scroller>



More information about the vlc-commits mailing list