Skip to content

Commit

Permalink
Fixed frames and constraints in Network Proxies pane.
Browse files Browse the repository at this point in the history
  • Loading branch information
danschlet committed Nov 9, 2015
1 parent 5bc5599 commit 7823725
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Base.lproj/PreferencesNetwork.xib
Original file line number Diff line number Diff line change
Expand Up @@ -1041,25 +1041,25 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="854">
<rect key="frame" x="-2" y="143" width="152" height="17"/>
<rect key="frame" x="1" y="143" width="152" height="17"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Proxy Configuration File" id="855">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1156">
<rect key="frame" x="-3" y="118" width="35" height="17"/>
<rect key="frame" x="1" y="115" width="35" height="17"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="URL:" id="1157">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1160">
<rect key="frame" x="38" y="116" width="274" height="22"/>
<rect key="frame" x="42" y="113" width="270" height="22"/>
<constraints>
<constraint firstAttribute="width" constant="274" id="1167"/>
<constraint firstAttribute="width" constant="270" id="1167"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="1161">
<font key="font" metaFont="system"/>
Expand All @@ -1071,16 +1071,16 @@
</connections>
</textField>
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1168">
<rect key="frame" x="191" y="80" width="127" height="32"/>
<rect key="frame" x="191" y="77" width="127" height="32"/>
<buttonCell key="cell" type="push" title="Choose File…" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="1169">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1176">
<rect key="frame" x="-3" y="0.0" width="302" height="79"/>
<rect key="frame" x="1" y="0.0" width="313" height="76"/>
<constraints>
<constraint firstAttribute="height" constant="79" id="1193"/>
<constraint firstAttribute="height" constant="76" id="1193"/>
</constraints>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="If your network administrator provided you with the address of an automatic proxy configuration (.pac) file, enter it above." id="1178">
<font key="font" metaFont="smallSystem"/>
Expand All @@ -1091,17 +1091,17 @@
</subviews>
<constraints>
<constraint firstItem="854" firstAttribute="top" secondItem="823" secondAttribute="top" id="856"/>
<constraint firstItem="854" firstAttribute="leading" secondItem="823" secondAttribute="leading" id="857"/>
<constraint firstItem="1156" firstAttribute="top" secondItem="854" secondAttribute="bottom" constant="8" symbolic="YES" id="1159"/>
<constraint firstItem="854" firstAttribute="leading" secondItem="823" secondAttribute="leading" constant="3" id="857"/>
<constraint firstItem="1156" firstAttribute="top" secondItem="854" secondAttribute="bottom" constant="11" id="1159"/>
<constraint firstItem="1160" firstAttribute="baseline" secondItem="1156" secondAttribute="baseline" id="1162"/>
<constraint firstItem="1160" firstAttribute="leading" secondItem="1156" secondAttribute="trailing" constant="8" symbolic="YES" id="1165"/>
<constraint firstItem="1160" firstAttribute="trailing" secondItem="823" secondAttribute="trailing" id="1166"/>
<constraint firstItem="1168" firstAttribute="top" secondItem="1160" secondAttribute="bottom" constant="8" symbolic="YES" id="1170"/>
<constraint firstItem="1168" firstAttribute="trailing" secondItem="823" secondAttribute="trailing" id="1171"/>
<constraint firstItem="1176" firstAttribute="leading" secondItem="1156" secondAttribute="leading" id="1182"/>
<constraint firstItem="1176" firstAttribute="bottom" secondItem="823" secondAttribute="bottom" id="1192"/>
<constraint firstAttribute="trailing" secondItem="1176" secondAttribute="trailing" constant="15" id="1962"/>
<constraint firstItem="1176" firstAttribute="leading" secondItem="823" secondAttribute="leading" constant="-1" id="A7s-rl-GWg"/>
<constraint firstItem="1176" firstAttribute="trailing" secondItem="1160" secondAttribute="trailing" id="1yz-SL-yi2"/>
<constraint firstItem="1156" firstAttribute="leading" secondItem="854" secondAttribute="leading" id="GCe-Gl-S8x"/>
</constraints>
</view>
</tabViewItem>
Expand Down
2 changes: 1 addition & 1 deletion SafeExamBrowser-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>7580702972129280113</string>
<string>1162633040692065401</string>
<key>ClickToFlashOptOut</key>
<true/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 7823725

Please sign in to comment.