feat: increase dashbot min height

This commit is contained in:
Udhay-Adithya
2025-09-24 22:42:37 +05:30
parent 54b343dbcb
commit 848ab29eb8

View File

@@ -9,7 +9,7 @@ class DashbotWindowModel {
const DashbotWindowModel({ const DashbotWindowModel({
this.width = 400, this.width = 400,
this.height = 500, this.height = 515,
this.right = 50, this.right = 50,
this.bottom = 100, this.bottom = 100,
this.isActive = false, this.isActive = false,