Skip to content

Commit 9c8cb4b

Browse files
committed
feat: min window sizes (can tweak in future once we have more ui)
1 parent b11a1b7 commit 9c8cb4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ async fn main() {
6969

7070
let opts = WindowOptions {
7171
window_decorations: Some(WindowDecorations::Client),
72+
window_min_size: Some(size(Pixels(800.0), Pixels(600.0))),
7273
titlebar: Some(TitlebarOptions {
7374
appears_transparent: true,
7475
title: Some(SharedString::new_static("scope")),

0 commit comments

Comments
 (0)