mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
MailSettings: Use standard text placement for check box text
This commit is contained in:
parent
cfd1755910
commit
0a3b1f6bc8
Notes:
sideshowbarker
2024-07-17 20:07:00 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/0a3b1f6bc89 Pull-request: https://github.com/SerenityOS/serenity/pull/12170
@ -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…
Reference in New Issue
Block a user