Skip to content

Commit

Permalink
Update deprecated toolbar item size property
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Apr 21, 2024
1 parent 2c0ea6f commit 0c9b4eb
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions TextEdit/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22689"/>
<capability name="Image references" minToolsVersion="12.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand Down Expand Up @@ -691,19 +692,15 @@
<rect key="contentRect" x="420" y="310" width="500" height="400"/>
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
<value key="minSize" type="size" width="300" height="100"/>
<toolbar key="toolbar" implicitIdentifier="89706A1F-B72A-4D45-A19B-48D631BA931E" autosavesConfiguration="NO" allowsUserCustomization="NO" displayMode="iconOnly" sizeMode="regular" id="9Cr-vI-QW0">
<toolbar key="toolbar" implicitIdentifier="89706A1F-B72A-4D45-A19B-48D631BA931E" autosavesConfiguration="NO" allowsUserCustomization="NO" displayMode="iconAndLabel" sizeMode="regular" id="9Cr-vI-QW0">
<allowedToolbarItems>
<toolbarItem implicitItemIdentifier="DE34C9A7-73A8-4FB0-804F-36AE4CFD0527" label="Text Wrapping" paletteLabel="Text Wrapping" tag="-1" bordered="YES" autovalidates="NO" id="JV6-de-LTW">
<toolbarItem implicitItemIdentifier="DE34C9A7-73A8-4FB0-804F-36AE4CFD0527" label="Text Wrapping" paletteLabel="Text Wrapping" tag="-1" bordered="YES" sizingBehavior="auto" autovalidates="NO" id="JV6-de-LTW">
<imageReference key="image" image="text.justify" catalog="system" symbolScale="large"/>
<size key="minSize" width="33" height="25"/>
<size key="maxSize" width="33" height="25"/>
<connections>
<action selector="toggleTextWrapMode:" target="Oky-zY-oP4" id="0jK-vv-upN"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="69692D5E-37C8-42F9-B8FE-8F5988211D84" label="Invisibles" paletteLabel="Invisibles" tag="-1" image="eye.slash" catalog="system" bordered="YES" autovalidates="NO" id="1Pv-jL-YKX">
<size key="minSize" width="33" height="25"/>
<size key="maxSize" width="33" height="25"/>
<toolbarItem implicitItemIdentifier="69692D5E-37C8-42F9-B8FE-8F5988211D84" label="Invisibles" paletteLabel="Invisibles" tag="-1" image="eye.slash" catalog="system" bordered="YES" sizingBehavior="auto" autovalidates="NO" id="1Pv-jL-YKX">
<connections>
<action selector="toggleInvisibles:" target="Oky-zY-oP4" id="EgE-A0-grP"/>
</connections>
Expand Down Expand Up @@ -744,7 +741,7 @@
</scene>
</scenes>
<resources>
<image name="eye.slash" catalog="system" width="21" height="14"/>
<image name="eye.slash" catalog="system" width="21" height="16"/>
<image name="text.justify" catalog="system" width="21" height="17"/>
</resources>
</document>

0 comments on commit 0c9b4eb

Please sign in to comment.