Skip to content

Commit

Permalink
Temporarily change VerticalAlign to Top
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Nov 21, 2024
1 parent b3eaf09 commit 38a4440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2835,11 +2835,11 @@ impl RequireInvalidation for HorizontalAlign {
#[derive(Default, Debug, Clone, Copy, Eq, PartialEq)]
pub enum VerticalAlign {
/// Align towards the top.
#[default] // TODO this should be baseline, not top.
Top,
/// Align towards the center/middle.
Center,
/// Align towards the bottom.
#[default] // TODO this should be baseline, not bottom.
Bottom,
}

Expand Down

0 comments on commit 38a4440

Please sign in to comment.