diff --git a/Userland/Applications/MailSettings/MailSettingsWidget.gml b/Userland/Applications/MailSettings/MailSettingsWidget.gml index 4b82071e02..86a5e3da46 100644 --- a/Userland/Applications/MailSettings/MailSettingsWidget.gml +++ b/Userland/Applications/MailSettings/MailSettingsWidget.gml @@ -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" } } }