mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
feat: increase dashbot min height
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user