Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
fix: Use correct height for label. Remove redundant annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMauderer committed Mar 12, 2021
1 parent 8362ae0 commit f0b928b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rust/ensogl/lib/core/src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

pub mod component;
pub mod cursor;
#[macro_use] pub mod style;
pub mod style;
2 changes: 1 addition & 1 deletion src/rust/ensogl/lib/theme/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ define_themes! { [light:0, dark:1]
size = 12.0, 12.0;
}
padding = 15.0, 15.0;
height = 18.0, 18.0;
height = 36.0, 36.0;
}
}
}

0 comments on commit f0b928b

Please sign in to comment.