mirror of
https://github.com/foss42/apidash.git
synced 2025-12-05 04:18:56 +08:00
feat: update default height and adjust height clamping in DashbotWindowNotifier
This commit is contained in:
@@ -40,6 +40,7 @@ class _DashbotHomePageState extends ConsumerState<DashbotHomePage> {
|
||||
return Container(
|
||||
padding: const EdgeInsets.all(16),
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
kVSpacer16,
|
||||
DashbotIcons.getDashbotIcon1(width: 60),
|
||||
@@ -165,6 +166,7 @@ class _DashbotHomePageState extends ConsumerState<DashbotHomePage> {
|
||||
),
|
||||
],
|
||||
),
|
||||
kVSpacer20,
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user