ClientMgr // Tweak NSAlert sheet size.

This commit is contained in:
ShikiSuen 2022-10-07 10:02:58 +08:00
parent 32d35ad911
commit 6eb77a1b6f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ extension ctlClientListMgr {
alert.addButton(withTitle: NSLocalizedString("Cancel", comment: ""))
let maxFloat = Double(Float.greatestFiniteMagnitude)
let scrollview = NSScrollView(frame: NSRect(x: 0, y: 0, width: 370, height: 380))
let scrollview = NSScrollView(frame: NSRect(x: 0, y: 0, width: 370, height: 200))
let contentSize = scrollview.contentSize
scrollview.borderType = .noBorder
scrollview.hasVerticalScroller = true