Skip to content

Commit c4d3b72

Browse files
committed
fix to reference text field width in toolbar.
1 parent 8fe24c2 commit c4d3b72

File tree

6 files changed

+33
-27
lines changed

6 files changed

+33
-27
lines changed

Eloquent-AppStore-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<key>CFBundlePackageType</key>
2929
<string>APPL</string>
3030
<key>CFBundleShortVersionString</key>
31-
<string>2.6.4</string>
31+
<string>$(MARKETING_VERSION)</string>
3232
<key>CFBundleSignature</key>
3333
<string>????</string>
3434
<key>CFBundleURLTypes</key>
@@ -43,7 +43,7 @@
4343
</dict>
4444
</array>
4545
<key>CFBundleVersion</key>
46-
<string>3066</string>
46+
<string>3078</string>
4747
<key>LSApplicationCategoryType</key>
4848
<string>public.app-category.education</string>
4949
<key>NSAppTransportSecurity</key>

Eloquent.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,6 +2337,7 @@
23372337
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
23382338
LIBRARY_SEARCH_PATHS = "";
23392339
MACOSX_DEPLOYMENT_TARGET = 10.9;
2340+
MARKETING_VERSION = 2.6.5;
23402341
ONLY_ACTIVE_ARCH = YES;
23412342
OTHER_CFLAGS = (
23422343
"-DDEBUG",
@@ -2386,6 +2387,7 @@
23862387
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
23872388
LIBRARY_SEARCH_PATHS = "";
23882389
MACOSX_DEPLOYMENT_TARGET = 10.9;
2390+
MARKETING_VERSION = 2.6.5;
23892391
OTHER_CFLAGS = (
23902392
"-DRELEASE",
23912393
"-DAPPSTORE",
@@ -2564,6 +2566,7 @@
25642566
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
25652567
LIBRARY_SEARCH_PATHS = "";
25662568
MACOSX_DEPLOYMENT_TARGET = 10.10;
2569+
MARKETING_VERSION = 2.6.5;
25672570
ONLY_ACTIVE_ARCH = YES;
25682571
OTHER_CFLAGS = "-DDEBUG";
25692572
OTHER_LDFLAGS = (
@@ -2612,6 +2615,7 @@
26122615
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
26132616
LIBRARY_SEARCH_PATHS = "";
26142617
MACOSX_DEPLOYMENT_TARGET = 10.10;
2618+
MARKETING_VERSION = 2.6.5;
26152619
OTHER_CFLAGS = "-DRELEASE";
26162620
OTHER_LDFLAGS = (
26172621
"-lcurl",

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<key>CFBundlePackageType</key>
2929
<string>APPL</string>
3030
<key>CFBundleShortVersionString</key>
31-
<string>2.6.4</string>
31+
<string>$(MARKETING_VERSION)</string>
3232
<key>CFBundleSignature</key>
3333
<string>????</string>
3434
<key>CFBundleURLTypes</key>
@@ -43,7 +43,7 @@
4343
</dict>
4444
</array>
4545
<key>CFBundleVersion</key>
46-
<string>3066</string>
46+
<string>3078</string>
4747
<key>LSApplicationCategoryType</key>
4848
<string>public.app-category.education</string>
4949
<key>NSAppTransportSecurity</key>

buildnumber

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3066
1+
3078

en.lproj/WindowHostToolbar.xib

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323
<allowedToolbarItems>
2424
<toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="142"/>
2525
<toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="129"/>
26-
<toolbarItem implicitItemIdentifier="32FF0C2B-7E19-43E3-93C7-1974A5B9EE7A" explicitItemIdentifier="ReferenceTextField" label="Reference text" paletteLabel="Reference text" sizingBehavior="auto" id="123">
26+
<toolbarItem implicitItemIdentifier="32FF0C2B-7E19-43E3-93C7-1974A5B9EE7A" explicitItemIdentifier="ReferenceTextField" label="Reference text" paletteLabel="Reference text" id="123">
2727
<nil key="toolTip"/>
28-
<searchField key="view" wantsLayer="YES" verticalHuggingPriority="750" preferredMaxLayoutWidth="650" id="109">
28+
<size key="minSize" width="50" height="22"/>
29+
<size key="maxSize" width="650" height="22"/>
30+
<searchField key="view" wantsLayer="YES" verticalHuggingPriority="750" id="109">
2931
<rect key="frame" x="0.0" y="14" width="650" height="22"/>
30-
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
32+
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
3133
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" bezelStyle="round" id="110">
3234
<font key="font" metaFont="system"/>
3335
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@@ -42,18 +44,16 @@
4244
<action selector="searchInput:" target="-2" id="141"/>
4345
</connections>
4446
</toolbarItem>
45-
<toolbarItem implicitItemIdentifier="F1FC3D19-5185-414A-A67F-C1706F5D4530" explicitItemIdentifier="SearchTypeSegmentButton" label="Search type" paletteLabel="Search type" id="124">
47+
<toolbarItem implicitItemIdentifier="F1FC3D19-5185-414A-A67F-C1706F5D4530" explicitItemIdentifier="SearchTypeSegmentButton" label="Search type" paletteLabel="Search type" sizingBehavior="auto" id="124">
4648
<nil key="toolTip"/>
47-
<size key="minSize" width="40" height="23"/>
48-
<size key="maxSize" width="154" height="25"/>
4949
<segmentedControl key="view" verticalHuggingPriority="750" id="108">
50-
<rect key="frame" x="0.0" y="14" width="74" height="23"/>
50+
<rect key="frame" x="0.0" y="14" width="75" height="23"/>
5151
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
5252
<segmentedCell key="cell" state="on" borderStyle="border" alignment="left" style="texturedSquare" trackingMode="selectOne" id="111">
5353
<font key="font" metaFont="system"/>
5454
<segments>
5555
<segment image="NSListViewTemplate" width="32" selected="YES"/>
56-
<segment image="NSRevealFreestandingTemplate" width="31" tag="1"/>
56+
<segment image="NSRevealFreestandingTemplate" width="32" tag="1"/>
5757
</segments>
5858
</segmentedCell>
5959
<connections>
@@ -154,7 +154,7 @@
154154
<connections>
155155
<outlet property="delegate" destination="-2" id="62"/>
156156
</connections>
157-
<point key="canvasLocation" x="447" y="152"/>
157+
<point key="canvasLocation" x="-33" y="94"/>
158158
</toolbar>
159159
</objects>
160160
<resources>

en.lproj/WorkspaceViewHost.xib

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/>
5-
<capability name="box content view" minToolsVersion="7.0"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
65
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
76
</dependencies>
87
<objects>
@@ -29,17 +28,17 @@
2928
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
3029
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
3130
<rect key="contentRect" x="653" y="339" width="1280" height="800"/>
32-
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
31+
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
3332
<value key="minSize" type="size" width="400" height="200"/>
3433
<view key="contentView" id="2">
3534
<rect key="frame" x="0.0" y="0.0" width="1280" height="800"/>
3635
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
3736
<subviews>
38-
<customView autoresizesSubviews="NO" id="260" userLabel="ScopeBarView">
37+
<customView autoresizesSubviews="NO" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="260" userLabel="ScopeBarView">
3938
<rect key="frame" x="0.0" y="775" width="1280" height="25"/>
4039
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
4140
<subviews>
42-
<box autoresizesSubviews="NO" boxType="custom" borderType="line" borderWidth="0.0" title="Box" titlePosition="noTitle" transparent="YES" id="259">
41+
<box autoresizesSubviews="NO" fixedFrame="YES" boxType="custom" borderType="line" borderWidth="0.0" title="Box" titlePosition="noTitle" transparent="YES" translatesAutoresizingMaskIntoConstraints="NO" id="259">
4342
<rect key="frame" x="0.0" y="0.0" width="1280" height="25"/>
4443
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
4544
<view key="contentView" id="ZrT-cn-AXE">
@@ -51,19 +50,19 @@
5150
</box>
5251
</subviews>
5352
</customView>
54-
<customView id="265" customClass="FullScreenView">
53+
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="265" customClass="FullScreenView">
5554
<rect key="frame" x="0.0" y="0.0" width="1280" height="775"/>
5655
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
5756
<subviews>
58-
<box verticalHuggingPriority="750" boxType="separator" id="263">
57+
<box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="263">
5958
<rect key="frame" x="0.0" y="772" width="1280" height="5"/>
6059
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
6160
</box>
62-
<view id="52" customClass="NSSplitView">
61+
<view fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="52" customClass="NSSplitView">
6362
<rect key="frame" x="0.0" y="0.0" width="1280" height="774"/>
6463
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
6564
<subviews>
66-
<box autoresizesSubviews="NO" boxType="custom" borderType="none" borderWidth="0.0" title="Box" titlePosition="noTitle" id="268">
65+
<box autoresizesSubviews="NO" fixedFrame="YES" boxType="custom" borderType="none" borderWidth="0.0" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="268">
6766
<rect key="frame" x="0.0" y="0.0" width="1280" height="774"/>
6867
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
6968
<view key="contentView" id="E7C-dJ-OPI">
@@ -87,6 +86,7 @@
8786
<connections>
8887
<outlet property="delegate" destination="-2" id="167"/>
8988
</connections>
89+
<point key="canvasLocation" x="139" y="144"/>
9090
</window>
9191
<menu id="41">
9292
<items>
@@ -97,16 +97,17 @@
9797
</connections>
9898
</menuItem>
9999
</items>
100+
<point key="canvasLocation" x="-136" y="-368"/>
100101
</menu>
101102
<customView id="96" userLabel="DefaultMainView">
102103
<rect key="frame" x="0.0" y="0.0" width="800" height="565"/>
103104
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
104105
<subviews>
105-
<splitView dividerStyle="thin" vertical="YES" id="102" userLabel="ContentSplitView">
106+
<splitView fixedFrame="YES" dividerStyle="thin" vertical="YES" translatesAutoresizingMaskIntoConstraints="NO" id="102" userLabel="ContentSplitView">
106107
<rect key="frame" x="0.0" y="0.0" width="800" height="545"/>
107108
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
108109
<subviews>
109-
<tabView allowsTruncatedLabels="NO" type="noTabsNoBorder" id="97">
110+
<tabView fixedFrame="YES" allowsTruncatedLabels="NO" type="noTabsNoBorder" id="97">
110111
<rect key="frame" x="0.0" y="0.0" width="800" height="545"/>
111112
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
112113
<font key="font" metaFont="system"/>
@@ -130,7 +131,7 @@
130131
<outlet property="delegate" destination="-2" id="166"/>
131132
</connections>
132133
</splitView>
133-
<customView id="144" customClass="PSMTabBarControl">
134+
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="144" customClass="PSMTabBarControl">
134135
<rect key="frame" x="0.0" y="544" width="800" height="22"/>
135136
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
136137
<connections>
@@ -139,6 +140,7 @@
139140
</connections>
140141
</customView>
141142
</subviews>
143+
<point key="canvasLocation" x="139" y="907"/>
142144
</customView>
143145
<customObject id="187" customClass="InitialInfoViewController">
144146
<connections>

0 commit comments

Comments
 (0)