From 848ab29eb842fe9f259fa9467fcafa4eadc2ca7a Mon Sep 17 00:00:00 2001 From: Udhay-Adithya Date: Wed, 24 Sep 2025 22:42:37 +0530 Subject: [PATCH] feat: increase dashbot min height --- lib/dashbot/core/model/dashbot_window_model.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dashbot/core/model/dashbot_window_model.dart b/lib/dashbot/core/model/dashbot_window_model.dart index 05959c6c..696063de 100644 --- a/lib/dashbot/core/model/dashbot_window_model.dart +++ b/lib/dashbot/core/model/dashbot_window_model.dart @@ -9,7 +9,7 @@ class DashbotWindowModel { const DashbotWindowModel({ this.width = 400, - this.height = 500, + this.height = 515, this.right = 50, this.bottom = 100, this.isActive = false,