Skip to content

Commit b23eff2

Browse files
authored
Merge pull request #2067 from nextcloud/fix/noid/fix-avatar-scope-button
fix: Avatar scope button
2 parents 8e14a20 + 91554d3 commit b23eff2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

NextcloudTalk/AvatarEditView.xib

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
33
<device id="retina6_1" orientation="portrait" appearance="light"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
77
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
88
<capability name="System colors in document resources" minToolsVersion="11.0"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -125,6 +125,10 @@
125125
</label>
126126
</subviews>
127127
<constraints>
128+
<constraint firstItem="f8R-m5-KRj" firstAttribute="top" secondItem="toF-wm-Jvh" secondAttribute="bottom" id="0T6-ja-RPE"/>
129+
<constraint firstItem="toF-wm-Jvh" firstAttribute="top" secondItem="iFx-jE-7z7" secondAttribute="top" id="8MU-VX-o7i"/>
130+
<constraint firstItem="toF-wm-Jvh" firstAttribute="leading" secondItem="iFx-jE-7z7" secondAttribute="leading" id="9ks-cv-uT4"/>
131+
<constraint firstAttribute="trailing" secondItem="toF-wm-Jvh" secondAttribute="trailing" id="cYu-hh-SK8"/>
128132
<constraint firstAttribute="trailing" secondItem="f8R-m5-KRj" secondAttribute="trailing" id="dlH-x0-EOq"/>
129133
<constraint firstItem="f8R-m5-KRj" firstAttribute="leading" secondItem="iFx-jE-7z7" secondAttribute="leading" id="qAU-tY-EtW"/>
130134
</constraints>
@@ -147,7 +151,7 @@
147151
<image name="photo.on.rectangle.angled" catalog="system" width="128" height="98"/>
148152
<image name="trash" catalog="system" width="117" height="128"/>
149153
<systemColor name="systemRedColor">
150-
<color red="1" green="0.23137254901960785" blue="0.18823529411764706" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
154+
<color red="1" green="0.23137254900000001" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
151155
</systemColor>
152156
</resources>
153157
</document>

0 commit comments

Comments
 (0)