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