Revision: 16237
          http://sourceforge.net/p/skim-app/code/16237
Author:   hofman
Date:     2026-05-06 22:01:38 +0000 (Wed, 06 May 2026)
Log Message:
-----------
increase margins around search results

Modified Paths:
--------------
    trunk/LeftSideView.xib
    trunk/SKMainWindowController_UI.m

Modified: trunk/LeftSideView.xib
===================================================================
--- trunk/LeftSideView.xib      2026-05-06 16:53:57 UTC (rev 16236)
+++ trunk/LeftSideView.xib      2026-05-06 22:01:38 UTC (rev 16237)
@@ -391,7 +391,7 @@
                                             </textField>
                                         </subviews>
                                         <constraints>
-                                            <constraint firstItem="5CV-AT-Wi3" 
firstAttribute="top" secondItem="rTN-Wm-aea" secondAttribute="top" 
priority="260" constant="3" id="17P-N4-VSY"/>
+                                            <constraint firstItem="5CV-AT-Wi3" 
firstAttribute="top" secondItem="rTN-Wm-aea" secondAttribute="top" 
priority="260" constant="4" id="17P-N4-VSY"/>
                                             <constraint firstItem="5CV-AT-Wi3" 
firstAttribute="leading" secondItem="rTN-Wm-aea" secondAttribute="leading" 
constant="2" id="1af-hZ-zDh"/>
                                             <constraint 
firstAttribute="trailing" secondItem="5CV-AT-Wi3" secondAttribute="trailing" 
constant="2" id="SHs-Ad-Ow7"/>
                                             <constraint firstItem="5CV-AT-Wi3" 
firstAttribute="centerY" relation="lessThanOrEqual" secondItem="rTN-Wm-aea" 
secondAttribute="centerY" id="vbK-eq-WEx"/>
@@ -419,7 +419,7 @@
                                         <autoresizingMask 
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                         <subviews>
                                             <textField 
verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" 
verticalCompressionResistancePriority="250" allowsExpansionToolTips="YES" 
translatesAutoresizingMaskIntoConstraints="NO" id="EK0-Iy-KhJ">
-                                                <rect key="frame" x="0.0" 
y="3" width="127" height="11"/>
+                                                <rect key="frame" x="0.0" 
y="4" width="127" height="9"/>
                                                 <textFieldCell key="cell" 
truncatesLastVisibleLine="YES" sendsActionOnEndEditing="YES" alignment="left" 
id="t89-Nc-Fkj">
                                                     <font key="font" 
metaFont="cellTitle"/>
                                                     <color key="textColor" 
name="labelColor" catalog="System" colorSpace="catalog"/>
@@ -432,8 +432,8 @@
                                         </subviews>
                                         <constraints>
                                             <constraint 
firstAttribute="trailing" secondItem="EK0-Iy-KhJ" secondAttribute="trailing" 
constant="2" id="Ihy-Fe-pIN"/>
-                                            <constraint firstItem="EK0-Iy-KhJ" 
firstAttribute="top" secondItem="yHY-cQ-hrW" secondAttribute="top" constant="3" 
id="TmG-Ui-8dT"/>
-                                            <constraint 
firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="EK0-Iy-KhJ" 
secondAttribute="bottom" constant="3" id="Vqb-Ta-cSY"/>
+                                            <constraint firstItem="EK0-Iy-KhJ" 
firstAttribute="top" secondItem="yHY-cQ-hrW" secondAttribute="top" constant="4" 
id="TmG-Ui-8dT"/>
+                                            <constraint 
firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="EK0-Iy-KhJ" 
secondAttribute="bottom" constant="4" id="Vqb-Ta-cSY"/>
                                             <constraint firstItem="EK0-Iy-KhJ" 
firstAttribute="leading" secondItem="yHY-cQ-hrW" secondAttribute="leading" 
constant="2" id="lWu-vh-s2s"/>
                                         </constraints>
                                         <connections>

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2026-05-06 16:53:57 UTC (rev 16236)
+++ trunk/SKMainWindowController_UI.m   2026-05-06 22:01:38 UTC (rev 16237)
@@ -116,7 +116,7 @@
 #define DEFAULT_TEXT_ROW_HEIGHT 85.0
 #define DEFAULT_MARKUP_ROW_HEIGHT 50.0
 
-#define EXTRA_FIND_ROW_HEIGHT 6.0
+#define EXTRA_FIND_ROW_HEIGHT 8.0
 #define FIND_HEADER_ROW_HEIGHT 16.0
 #define MAX_FIND_LINES 5
 

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

Reply via email to