Skip to content

Commit

Permalink
Auto-hide scrollbar in "Supported Files" window
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Apr 27, 2020
1 parent 76970ba commit 416233f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Glance/SupportedFilesWC.xib
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tJ6-n1-spn">
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tJ6-n1-spn">
<rect key="frame" x="20" y="20" width="440" height="230"/>
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="oS6-Sa-EGu">
<rect key="frame" x="0.0" y="0.0" width="440" height="230"/>
Expand Down Expand Up @@ -137,8 +137,8 @@ Cg
<rect key="frame" x="-100" y="-100" width="240" height="16"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="1wI-Yb-Dpv">
<rect key="frame" x="424" y="0.0" width="16" height="230"/>
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="1wI-Yb-Dpv">
<rect key="frame" x="425" y="0.0" width="15" height="230"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
Expand Down

0 comments on commit 416233f

Please sign in to comment.