зеркало из https://github.com/nextcloud/talk-ios.git
Make rooms table same size as contacts table (extendedLayoutIncludesOpaqueBars="YES").
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
f3f10c2074
Коммит
ebdb357715
|
@ -12,9 +12,9 @@
|
|||
<!--Rooms View Controller-->
|
||||
<scene sceneID="XxO-ic-LNg">
|
||||
<objects>
|
||||
<tableViewController id="GE9-5J-Ym6" userLabel="Rooms View Controller" customClass="RoomsTableViewController" sceneMemberID="viewController">
|
||||
<tableViewController extendedLayoutIncludesOpaqueBars="YES" id="GE9-5J-Ym6" userLabel="Rooms View Controller" customClass="RoomsTableViewController" sceneMemberID="viewController">
|
||||
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="80" sectionHeaderHeight="28" sectionFooterHeight="28" id="ILp-Gr-goa">
|
||||
<rect key="frame" x="0.0" y="0.0" width="375" height="603"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
<inset key="separatorInset" minX="72" minY="0.0" maxX="0.0" maxY="0.0"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче