Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Sep 11, 2024
1 parent 5bab9c7 commit b5858a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions masonry/examples/grid_masonry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ fn grid_button(params: GridParams) -> Button {

pub fn main() {
let label = SizedBox::new(
Prose::new(
"Change spacing by right and left clicking on the buttons",
)
.with_text_size(14.0)
.with_text_alignment(Alignment::Middle),
Prose::new("Change spacing by right and left clicking on the buttons")
.with_text_size(14.0)
.with_text_alignment(Alignment::Middle),
)
.border(Color::rgb8(40, 40, 80), 1.0);
let button_inputs = vec![
Expand Down

0 comments on commit b5858a1

Please sign in to comment.