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)