1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Fix doclink

This commit is contained in:
Emil Ernerfeldt
2024-09-17 11:04:37 +02:00
parent 6346f3f836
commit a32f53a105

View File

@@ -283,11 +283,10 @@ pub struct TextFormat {
/// If you use a small font and [`Align::BOTTOM`] /// If you use a small font and [`Align::BOTTOM`]
/// you get the effect of a subscript. /// you get the effect of a subscript.
/// ///
/// If you use [`Align::center`], you get text that is centered /// If you use [`Align::Center`], you get text that is centered
/// around a common center-line, which is nice when mixining emojis /// around a common center-line, which is nice when mixining emojis
/// and normal text in e.g. a button. /// and normal text in e.g. a button.
pub valign: Align, pub valign: Align,
// TODO(emilk): lowered
} }
impl Default for TextFormat { impl Default for TextFormat {