Skip to content

Commit 5b9ca38

Browse files
committed
fix: increase height of settings window some more
1 parent a806fa9 commit 5b9ca38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/src/ui/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub fn setup_settings_window<R: Runtime>(app_handle: &AppHandle<R>) -> Result<Wi
7373
.title("Settings")
7474
.visible(false)
7575
.resizable(false)
76-
.inner_size(350., 310.)
76+
.inner_size(350., 315.)
7777
.focused(true)
7878
.skip_taskbar(true)
7979
.build()?;

0 commit comments

Comments
 (0)