Skip to content

Commit

Permalink
Merge pull request #25 from betzerra/fix-14-clipping
Browse files Browse the repository at this point in the history
Fix #14: label clipping on preferences
  • Loading branch information
betzerra authored Nov 9, 2021
2 parents ffe9751 + 7f8c924 commit b815c26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Morty/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19162" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19455" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19162"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19455"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down Expand Up @@ -127,10 +127,10 @@
</textFieldCell>
</textField>
<stackView distribution="fill" orientation="horizontal" alignment="top" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hIe-BA-QTU">
<rect key="frame" x="0.0" y="0.0" width="53" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="54" height="20"/>
<subviews>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rKp-Ig-twa">
<rect key="frame" x="-7" y="-7" width="67" height="32"/>
<rect key="frame" x="-7" y="-7" width="68" height="32"/>
<buttonCell key="cell" type="push" title="Allow" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="iCt-Ki-IL6">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
Expand Down Expand Up @@ -215,9 +215,9 @@
<rect key="frame" x="8" y="0.0" width="449" height="24"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button verticalHuggingPriority="750" id="Prn-tQ-bD4">
<rect key="frame" x="0.0" y="0.0" width="192" height="24"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Prn-tQ-bD4">
<rect key="frame" x="0.0" y="0.0" width="449" height="24"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Google Calendar - Ezequiel" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="hTR-1u-JwL">
<behavior key="behavior" pushIn="YES" changeContents="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
Expand Down

0 comments on commit b815c26

Please sign in to comment.