Skip to content

Commit dd60139

Browse files
committed
Adjust PreferencesView height
1 parent 00bbf8d commit dd60139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShowyEdge/swift/Views/PreferencesView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct PreferencesView: View {
5353
.padding(10)
5454
}
5555
}
56-
}.frame(width: 900, height: 500)
56+
}.frame(width: 900, height: 550)
5757
}
5858
}
5959

0 commit comments

Comments
 (0)