Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better reflect temporary unprotected status #916

Merged
merged 21 commits into from
Jul 2, 2021
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Text truncate fix
  • Loading branch information
SlayterDev committed Jul 1, 2021
commit a4d2f179ebde3352002b76f967a45c37d486f1ea
4 changes: 2 additions & 2 deletions DuckDuckGo/Base.lproj/PrivacyProtection.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
<segue destination="inG-Uk-VH6" kind="show" identifier="ShowScore" id="wde-Sd-9UF"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="62" id="qmB-aE-cpr">
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" rowHeight="62" id="qmB-aE-cpr">
<rect key="frame" x="0.0" y="235.33333396911621" width="375" height="62"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="qmB-aE-cpr" id="dHD-P8-mOc">
<rect key="frame" x="0.0" y="0.0" width="375" height="62"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="We temporarily disabled Privacy Protection as it appears to be breaking this site." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wwe-ee-up0">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="We temporarily disabled Privacy Protection as it appears to be breaking this site." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="wwe-ee-up0">
<rect key="frame" x="16" y="6" width="343" height="51"/>
<constraints>
<constraint firstAttribute="height" constant="51" id="Dap-gL-gih"/>
Expand Down