Skip to content

Commit f33605c

Browse files
committed
Increase widget height to 500
1 parent 06afd5a commit f33605c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/SuggestionWidget/Styles.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import AppKit
22
import SwiftUI
33

44
enum Style {
5-
static let panelHeight: Double = 304
5+
static let panelHeight: Double = 500
66
static let panelWidth: Double = 454
77
static let widgetHeight: Double = 30
88
static var widgetWidth: Double { widgetHeight }

0 commit comments

Comments
 (0)