Revision: 26563 http://sourceforge.net/p/bibdesk/svn/26563 Author: hofman Date: 2021-08-03 16:42:29 +0000 (Tue, 03 Aug 2021) Log Message: ----------- Add placeholder width constraint to main table to silence warning from ib. Make main table view based.
Modified Paths: -------------- trunk/bibdesk/Base.lproj/BibDocument.xib Modified: trunk/bibdesk/Base.lproj/BibDocument.xib =================================================================== --- trunk/bibdesk/Base.lproj/BibDocument.xib 2021-08-03 16:24:48 UTC (rev 26562) +++ trunk/bibdesk/Base.lproj/BibDocument.xib 2021-08-03 16:42:29 UTC (rev 26563) @@ -222,8 +222,11 @@ <rect key="frame" x="0.0" y="0.0" width="518" height="272"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <tableView focusRingType="none" verticalHuggingPriority="750" ambiguous="YES" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" autosaveColumns="NO" typeSelect="NO" rowHeight="14" headerView="101624" translatesAutoresizingMaskIntoConstraints="NO" id="101585" customClass="BDSKMainTableView"> + <tableView focusRingType="none" horizontalCompressionResistancePriority="250" verticalCompressionResistancePriority="250" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" autosaveColumns="NO" typeSelect="NO" rowHeight="14" headerView="101624" translatesAutoresizingMaskIntoConstraints="NO" id="101585" customClass="BDSKMainTableView"> <rect key="frame" x="0.0" y="25" width="518" height="247"/> + <constraints> + <constraint firstAttribute="width" constant="518" placeholder="YES" id="Vm7-ks-cIM"/> + </constraints> <size key="intercellSpacing" width="3" height="2"/> <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit