mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
MailSettings: Use standard text placement for check box text
This commit is contained in:
parent
cfd1755910
commit
0a3b1f6bc8
1 changed files with 1 additions and 9 deletions
|
@ -81,17 +81,9 @@
|
||||||
fixed_width: 32
|
fixed_width: 32
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Label {
|
|
||||||
text: "Use TLS:"
|
|
||||||
fixed_width: 80
|
|
||||||
text_alignment: "CenterLeft"
|
|
||||||
name: "tls_label"
|
|
||||||
}
|
|
||||||
|
|
||||||
@GUI::CheckBox {
|
@GUI::CheckBox {
|
||||||
name: "tls_input"
|
name: "tls_input"
|
||||||
fixed_width: 14
|
text: "Use TLS"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue