1
0
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:
2024-03-19 14:22:48 +01:00
parent 92e7418158
commit 4934f35d0b
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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)