From 0a3b1f6bc896a0c3791cc105cf992ec6c8aaf5d3 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 27 Jan 2022 16:51:22 -0500 Subject: [PATCH] MailSettings: Use standard text placement for check box text --- .../Applications/MailSettings/MailSettingsWidget.gml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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" } } }