Skip to content

Commit

Permalink
chore: Restore Label size to original
Browse files Browse the repository at this point in the history
  • Loading branch information
usadson committed Feb 4, 2024
1 parent 368d9d7 commit 7447663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finestra/src/views/label.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl<Delegate, State: 'static> View<Delegate, State> for Label<State>

let label = cacao::text::Label::new();
label.set_text(&self.text.clone_inner());
label.set_font(&cacao::text::Font::system(30.));

if let Some(color) = self.text_color.clone_inner().to_cacao() {
label.set_text_color(color);
Expand Down

0 comments on commit 7447663

Please sign in to comment.