Fix watcher

This commit is contained in:
Ultradesu
2025-07-22 17:29:08 +03:00
parent 6ad3cd8f23
commit cd6373d78a

View File

@@ -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)