Skip to content

Commit

Permalink
Add View → Font → Default Size menu action
Browse files Browse the repository at this point in the history
This also works for the HTML output.
  • Loading branch information
sorbits committed Oct 16, 2015
1 parent e621685 commit 7719097
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Applications/TextMate/resources/English.lproj/MainMenu.xib
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6250" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment version="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6250"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8191"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
Expand Down Expand Up @@ -563,6 +563,11 @@ CA
<action selector="makeTextSmaller:" target="-1" id="591"/>
</connections>
</menuItem>
<menuItem title="Default Size" keyEquivalent="0" id="ElB-cz-USa">
<connections>
<action selector="makeTextStandardSize:" target="-1" id="l3C-ht-skj"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
Expand Down

0 comments on commit 7719097

Please sign in to comment.