mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 20:13:56 +08:00
feat: update default dimensions for DashbotWindowModel
This commit is contained in:
@@ -7,8 +7,8 @@ class DashbotWindowModel {
|
||||
final bool isPopped;
|
||||
|
||||
const DashbotWindowModel({
|
||||
this.width = 375,
|
||||
this.height = 460,
|
||||
this.width = 400,
|
||||
this.height = 475,
|
||||
this.right = 50,
|
||||
this.bottom = 100,
|
||||
this.isActive = false,
|
||||
|
||||
Reference in New Issue
Block a user