PrefUI // Padding adjustments in the PhraseEditorUI page.
This commit is contained in:
parent
7e73eab9f2
commit
573c93b59d
|
@ -37,11 +37,11 @@ struct VwrPrefPanePhrases: View {
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
ScrollView {
|
ScrollView {
|
||||||
SSPreferences.Container(contentWidth: contentWidth) {
|
VStack() {
|
||||||
SSPreferences.Section(title: "", bottomDivider: true) {
|
VwrPhraseEditorUI(delegate: LMMgr.shared).frame(width: contentWidth + 28, height: 395)
|
||||||
VwrPhraseEditorUI(delegate: LMMgr.shared).frame(height: 395)
|
Spacer()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
.padding()
|
||||||
}
|
}
|
||||||
.frame(maxHeight: contentMaxHeight).fixedSize(horizontal: false, vertical: true)
|
.frame(maxHeight: contentMaxHeight).fixedSize(horizontal: false, vertical: true)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue