diff --git a/Source/Modules/UIModules/PrefUI/VwrPrefPanePhrases.swift b/Source/Modules/UIModules/PrefUI/VwrPrefPanePhrases.swift index 11fbf192..bc6bacd6 100644 --- a/Source/Modules/UIModules/PrefUI/VwrPrefPanePhrases.swift +++ b/Source/Modules/UIModules/PrefUI/VwrPrefPanePhrases.swift @@ -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() }