mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 03:50:08 +02:00
🍱 Bump width of no results view
This commit is contained in:
@ -1093,9 +1093,9 @@ Gw
|
|||||||
</constraints>
|
</constraints>
|
||||||
</progressIndicator>
|
</progressIndicator>
|
||||||
<customView translatesAutoresizingMaskIntoConstraints="NO" id="wcV-ed-8Bv">
|
<customView translatesAutoresizingMaskIntoConstraints="NO" id="wcV-ed-8Bv">
|
||||||
<rect key="frame" x="163" y="5" width="300" height="300"/>
|
<rect key="frame" x="113" y="5" width="400" height="300"/>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint firstAttribute="width" constant="300" id="HCo-LG-x3N"/>
|
<constraint firstAttribute="width" constant="400" id="HCo-LG-x3N"/>
|
||||||
<constraint firstAttribute="height" constant="300" id="Xpi-Rl-xmb"/>
|
<constraint firstAttribute="height" constant="300" id="Xpi-Rl-xmb"/>
|
||||||
</constraints>
|
</constraints>
|
||||||
</customView>
|
</customView>
|
||||||
|
@ -131,7 +131,7 @@ class DomainListVC: NSViewController, NSTableViewDelegate, NSTableViewDataSource
|
|||||||
.pressedAddLink(nil)
|
.pressedAddLink(nil)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.frame(width: 300, height: 300)
|
.frame(width: 400, height: 300)
|
||||||
).view
|
).view
|
||||||
|
|
||||||
self.noResultsView.addSubview(child)
|
self.noResultsView.addSubview(child)
|
||||||
|
Reference in New Issue
Block a user