style: make window smaller

This commit is contained in:
zhom
2025-11-25 20:53:00 +04:00
parent 64328e91a2
commit 93b85e760e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ pub fn run() {
#[allow(unused_variables)]
let win_builder = WebviewWindowBuilder::new(app, "main", WebviewUrl::default())
.title("Donut Browser")
.inner_size(900.0, 600.0)
.inner_size(800.0, 500.0)
.resizable(false)
.fullscreen(false)
.center()