We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11a1b7 commit 9c8cb4bCopy full SHA for 9c8cb4b
src/ui/src/main.rs
@@ -69,6 +69,7 @@ async fn main() {
69
70
let opts = WindowOptions {
71
window_decorations: Some(WindowDecorations::Client),
72
+ window_min_size: Some(size(Pixels(800.0), Pixels(600.0))),
73
titlebar: Some(TitlebarOptions {
74
appears_transparent: true,
75
title: Some(SharedString::new_static("scope")),
0 commit comments