Skip to content

Commit

Permalink
Force fluent style for consistent looks on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 14, 2023
1 parent beb47a6 commit e771a74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
fn main() {
slint_build::compile("ui/main.slint").unwrap();
slint_build::compile_with_config(
"ui/main.slint",
slint_build::CompilerConfiguration::new().with_style("fluent".into()),
)
.unwrap();
}

0 comments on commit e771a74

Please sign in to comment.