Skip to content

Commit 625cfa7

Browse files
committed
Fix #547 Bug: Appearance tab of Preferences is slightly taller than all others
1 parent 9deb9da commit 625cfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MeetingBar/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele
299299
return
300300
} else {
301301
let window = NSWindow(
302-
contentRect: NSRect(x: 0, y: 0, width: 700, height: 610),
302+
contentRect: NSRect(x: 0, y: 0, width: 700, height: 620),
303303
styleMask: [.closable, .titled, .resizable],
304304
backing: .buffered,
305305
defer: false

0 commit comments

Comments
 (0)