PrefUI // Clang-format.

This commit is contained in:
ShikiSuen 2022-12-09 12:10:32 +08:00
parent bd11f209f9
commit 0f11ad8862
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ struct VwrPrefPanePhrases: View {
var body: some View {
ScrollView {
VStack() {
VStack {
VwrPhraseEditorUI(delegate: LMMgr.shared).frame(width: contentWidth + 28, height: 395)
Spacer()
}