Remove all reference to scale factor

This commit is contained in:
Jeremy Soller 2023-12-20 19:54:18 -07:00
parent 7f181d0e64
commit 07942c6f86
3 changed files with 15 additions and 32 deletions

View file

@ -36,7 +36,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.antialiasing(true)
.client_decorations(true)
.debug(false)
.default_icon_theme("Pop")
.default_icon_theme("Cosmic")
.default_text_size(16.0)
.scale_factor(1.0)
.size(Size::new(1024., 768.))