|
From: <ho...@us...> - 2025-11-06 10:33:19
|
Revision: 15765
http://sourceforge.net/p/skim-app/code/15765
Author: hofman
Date: 2025-11-06 10:33:18 +0000 (Thu, 06 Nov 2025)
Log Message:
-----------
fix auto layout in xib
Modified Paths:
--------------
trunk/Base.lproj/InfoWindow.xib
Modified: trunk/Base.lproj/InfoWindow.xib
===================================================================
--- trunk/Base.lproj/InfoWindow.xib 2025-11-04 17:58:48 UTC (rev 15764)
+++ trunk/Base.lproj/InfoWindow.xib 2025-11-06 10:33:18 UTC (rev 15765)
@@ -21,8 +21,8 @@
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="50" y="489" width="460" height="297"/>
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/>
- <view key="contentView" misplaced="YES" id="6">
- <rect key="frame" x="0.0" y="0.0" width="438" height="301"/>
+ <view key="contentView" id="6">
+ <rect key="frame" x="0.0" y="0.0" width="438" height="297"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<tabView controlSize="small" translatesAutoresizingMaskIntoConstraints="NO" id="91">
@@ -161,7 +161,7 @@
<rect key="frame" x="6" y="6" width="380" height="220"/>
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="0HB-s2-5Dm">
<rect key="frame" x="0.0" y="0.0" width="380" height="220"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <autoresizingMask key="autoresizingMask"/>
<subviews>
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="20" viewBased="YES" id="235">
<rect key="frame" x="0.0" y="0.0" width="409" height="220"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|