ios/Mobile/Base.lproj/Main.storyboard | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit deb92ad3ba1d5745ba7d4978dc018b29a917ceda Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Fri Dec 7 11:20:10 2018 +0200 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Fri Dec 7 11:20:15 2018 +0200 Finally figured out how to get 200x200 cells in the template collection Change-Id: Idd977ccf52b2dd0e0aaae08f54f6d902791bcc6d diff --git a/ios/Mobile/Base.lproj/Main.storyboard b/ios/Mobile/Base.lproj/Main.storyboard index 062c453af..8a253b27a 100644 --- a/ios/Mobile/Base.lproj/Main.storyboard +++ b/ios/Mobile/Base.lproj/Main.storyboard @@ -49,17 +49,17 @@ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="w0h-io-kZq"> - <size key="itemSize" width="150" height="150"/> + <size key="itemSize" width="200" height="200"/> <size key="headerReferenceSize" width="50" height="50"/> <size key="footerReferenceSize" width="0.0" height="0.0"/> <inset key="sectionInset" minX="50" minY="0.0" maxX="0.0" maxY="0.0"/> </collectionViewFlowLayout> <cells> <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" reuseIdentifier="Cell" id="ppW-Sx-T3H"> - <rect key="frame" x="50" y="50" width="150" height="150"/> + <rect key="frame" x="50" y="50" width="200" height="200"/> <autoresizingMask key="autoresizingMask"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO"> - <rect key="frame" x="0.0" y="0.0" width="150" height="150"/> + <rect key="frame" x="0.0" y="0.0" width="200" height="200"/> <autoresizingMask key="autoresizingMask"/> <subviews> <view opaque="NO" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" translatesAutoresizingMaskIntoConstraints="NO" id="riJ-1i-vBs"> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits