Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
161998de by Claudio Cambra at 2024-09-16T10:20:07+00:00
macosx: Remove margins from playlist sidebar view scrollview
Signed-off-by: Claudio Cambra <[email protected]>
- - - - -
1 changed file:
- modules/gui/macosx/UI/VLCLibraryWindowPlaylistView.xib
Changes:
=====================================
modules/gui/macosx/UI/VLCLibraryWindowPlaylistView.xib
=====================================
@@ -48,13 +48,13 @@
<rect key="frame" x="20" y="263" width="470" height="5"/>
</box>
<scrollView borderType="none" autohidesScrollers="YES"
horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18"
verticalPageScroll="10" hasHorizontalScroller="NO"
usesPredominantAxisScrolling="NO"
translatesAutoresizingMaskIntoConstraints="NO" id="EIb-Is-vco">
- <rect key="frame" x="0.0" y="63" width="510" height="194"/>
+ <rect key="frame" x="0.0" y="55" width="510" height="210"/>
<clipView key="contentView" drawsBackground="NO"
copiesOnScroll="NO" id="20t-S6-IYS">
- <rect key="frame" x="0.0" y="0.0" width="510"
height="194"/>
+ <rect key="frame" x="0.0" y="0.0" width="510"
height="210"/>
<autoresizingMask key="autoresizingMask"
widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750"
allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly"
autosaveColumns="NO" rowHeight="16" rowSizeStyle="automatic" viewBased="YES"
id="Ubg-RS-LWE" customClass="VLCPlaylistTableView">
- <rect key="frame" x="0.0" y="0.0" width="510"
height="194"/>
+ <rect key="frame" x="0.0" y="0.0" width="510"
height="210"/>
<autoresizingMask key="autoresizingMask"
widthSizable="YES" heightSizable="YES"/>
<size key="intercellSpacing" width="3"
height="2"/>
<color key="backgroundColor" white="0.0"
alpha="0.0" colorSpace="calibratedWhite"/>
@@ -76,7 +76,7 @@
<rect key="frame" x="11" y="1"
width="487" height="16"/>
<autoresizingMask
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="UNu-bV-KHW">
+ <textField
focusRingType="none" verticalHuggingPriority="750"
horizontalCompressionResistancePriority="250"
translatesAutoresizingMaskIntoConstraints="NO" id="UNu-bV-KHW">
<rect key="frame"
x="0.0" y="0.0" width="487" height="16"/>
<textFieldCell
key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES"
title="Table View Cell" id="cHf-3e-UVA">
<font key="font"
metaFont="message"/>
@@ -162,7 +162,7 @@
<rect key="frame" x="20" y="16" width="470" height="22"/>
<subviews>
<button verticalHuggingPriority="750"
translatesAutoresizingMaskIntoConstraints="NO" id="bdZ-N9-Noa">
- <rect key="frame" x="0.0" y="-2" width="24"
height="24"/>
+ <rect key="frame" x="0.0" y="0.0" width="24"
height="24"/>
<buttonCell key="cell" type="square"
bezelStyle="shadowlessSquare" image="shuffleOn" imagePosition="only"
alignment="center" imageScaling="proportionallyDown" inset="2" id="fpN-XQ-XkJ">
<behavior key="behavior" pushIn="YES"
lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
@@ -237,7 +237,7 @@
<constraint firstItem="Dkf-kU-x6H" firstAttribute="top"
secondItem="NJR-gf-yTs" secondAttribute="top" constant="10" id="9cu-Nw-dau"/>
<constraint firstItem="grx-kk-1X1" firstAttribute="top"
secondItem="ik5-L4-VLw" secondAttribute="bottom" id="AoR-Q7-XYJ"/>
<constraint firstItem="ik5-L4-VLw" firstAttribute="leading"
secondItem="NJR-gf-yTs" secondAttribute="leading" constant="20"
id="CW2-KK-Z5t"/>
- <constraint firstItem="EIb-Is-vco" firstAttribute="top"
secondItem="ik5-L4-VLw" secondAttribute="bottom" constant="8" id="Cyw-MK-W8n"/>
+ <constraint firstItem="EIb-Is-vco" firstAttribute="top"
secondItem="ik5-L4-VLw" secondAttribute="bottom" id="Cyw-MK-W8n"/>
<constraint firstItem="jFQ-fK-HXk" firstAttribute="trailing"
secondItem="ik5-L4-VLw" secondAttribute="trailing" id="DEp-cT-Pdg"/>
<constraint firstAttribute="trailing" secondItem="ew3-Pn-diG"
secondAttribute="trailing" constant="20" id="Hwc-K8-2WQ"/>
<constraint firstAttribute="bottom" secondItem="ew3-Pn-diG"
secondAttribute="bottom" constant="54" id="OnX-TC-nMG"/>
@@ -254,7 +254,7 @@
<constraint firstItem="Dkf-kU-x6H" firstAttribute="leading"
secondItem="ik5-L4-VLw" secondAttribute="leading" id="mAc-wQ-laP"/>
<constraint firstItem="grx-kk-1X1" firstAttribute="leading"
secondItem="NJR-gf-yTs" secondAttribute="leading" id="mCw-UE-mS0"/>
<constraint firstItem="ew3-Pn-diG" firstAttribute="leading"
secondItem="NJR-gf-yTs" secondAttribute="leading" constant="20"
id="qow-FG-3aN"/>
- <constraint firstItem="EIb-Is-vco" firstAttribute="baseline"
secondItem="ew3-Pn-diG" secondAttribute="firstBaseline" constant="-8"
id="y82-Wx-neg"/>
+ <constraint firstItem="EIb-Is-vco" firstAttribute="baseline"
secondItem="ew3-Pn-diG" secondAttribute="firstBaseline" id="y82-Wx-neg"/>
</constraints>
<point key="canvasLocation" x="-148" y="45"/>
</customView>
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/161998de282bfdbcbb196713cf46fc2ec62c42f0
--
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/161998de282bfdbcbb196713cf46fc2ec62c42f0
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits