From cd6373d78a53d4858a4346da52f08b1808e17f6c Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Tue, 22 Jul 2025 17:29:08 +0300 Subject: [PATCH] Fix watcher --- src/gui/settings/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/settings/mod.rs b/src/gui/settings/mod.rs index 1d84d1c..f7d61c6 100644 --- a/src/gui/settings/mod.rs +++ b/src/gui/settings/mod.rs @@ -402,7 +402,7 @@ impl eframe::App for KhmSettingsWindow { impl KhmSettingsWindow { fn render_connection_tab(&mut self, ui: &mut egui::Ui, ctx: &egui::Context) { let available_height = ui.available_height(); - let button_area_height = 120.0; // Reserve space for buttons and status + let button_area_height = 80.0; // Reserve space for buttons and status let content_height = available_height - button_area_height; // Main content area (scrollable)