MailSettings: Use standard text placement for check box text

This commit is contained in:
Timothy Flynn 2022-01-27 16:51:22 -05:00 committed by Andreas Kling
parent cfd1755910
commit 0a3b1f6bc8

View file

@ -81,17 +81,9 @@
fixed_width: 32
}
@GUI::Label {
text: "Use TLS:"
fixed_width: 80
text_alignment: "CenterLeft"
name: "tls_label"
}
@GUI::CheckBox {
name: "tls_input"
fixed_width: 14
text: "Use TLS"
}
}
}