From 4934f35d0bf8e5f3b45cfb127d27c674c7fd61fd Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 19 Mar 2024 14:22:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20Bump=20width=20of=20no=20results?= =?UTF-8?q?=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Domain/App/Base.lproj/Main.storyboard | 4 ++-- phpmon/Modules/Domain List/UI/DomainListVC.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpmon/Domain/App/Base.lproj/Main.storyboard b/phpmon/Domain/App/Base.lproj/Main.storyboard index e9b845b..cfc5d7f 100644 --- a/phpmon/Domain/App/Base.lproj/Main.storyboard +++ b/phpmon/Domain/App/Base.lproj/Main.storyboard @@ -1093,9 +1093,9 @@ Gw - + - + diff --git a/phpmon/Modules/Domain List/UI/DomainListVC.swift b/phpmon/Modules/Domain List/UI/DomainListVC.swift index ef1375a..6611d69 100644 --- a/phpmon/Modules/Domain List/UI/DomainListVC.swift +++ b/phpmon/Modules/Domain List/UI/DomainListVC.swift @@ -131,7 +131,7 @@ class DomainListVC: NSViewController, NSTableViewDelegate, NSTableViewDataSource .pressedAddLink(nil) } ) - .frame(width: 300, height: 300) + .frame(width: 400, height: 300) ).view self.noResultsView.addSubview(child)