Revision: 12207
http://sourceforge.net/p/skim-app/code/12207
Author: hofman
Date: 2021-03-15 19:20:32 +0000 (Mon, 15 Mar 2021)
Log Message:
-----------
Fix size of button in find bar
Modified Paths:
--------------
trunk/FindBar.xib
Modified: trunk/FindBar.xib
===================================================================
--- trunk/FindBar.xib 2021-03-15 19:17:44 UTC (rev 12206)
+++ trunk/FindBar.xib 2021-03-15 19:20:32 UTC (rev 12207)
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="16097.3" targetRuntime="MacOSX.Cocoa"
propertyAccessControl="none" useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
<dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="16097.3"/>
+ <deployment identifier="macosx"/>
+ <development version="8000" identifier="xcode"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="17701"/>
<capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
</dependencies>
<objects>
@@ -22,7 +24,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES"
flexibleMinY="YES"/>
<subviews>
<searchField verticalHuggingPriority="750" fixedFrame="YES"
tag="1" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO"
id="3">
- <rect key="frame" x="77" y="7" width="34" height="22"/>
+ <rect key="frame" x="77" y="7" width="32" height="22"/>
<autoresizingMask key="autoresizingMask"
widthSizable="YES" flexibleMinY="YES"/>
<searchFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel"
tag="1" bezelStyle="round" sendsSearchStringImmediately="YES"
sendsWholeSearchString="YES" id="4">
<font key="font" metaFont="message"/>
@@ -40,7 +42,7 @@
</connections>
</searchField>
<segmentedControl verticalHuggingPriority="750"
fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5">
- <rect key="frame" x="118" y="8" width="43" height="20"/>
+ <rect key="frame" x="116" y="8" width="45" height="20"/>
<autoresizingMask key="autoresizingMask"
flexibleMinX="YES" flexibleMinY="YES"/>
<segmentedCell key="cell" borderStyle="border"
alignment="left" segmentDistribution="fill" style="roundRect"
trackingMode="momentary" id="6">
<font key="font" metaFont="cellTitle"/>
@@ -89,7 +91,7 @@
</objectController>
</objects>
<resources>
- <image name="NSGoLeftTemplate" width="9" height="12"/>
- <image name="NSGoRightTemplate" width="9" height="12"/>
+ <image name="NSGoLeftTemplate" width="10" height="14"/>
+ <image name="NSGoRightTemplate" width="10" height="14"/>
</resources>
</document>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit