Skip to content

Commit

Permalink
Align configuration groups to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
robiness committed Jun 26, 2023
1 parent 4e83fbd commit eabb36a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/src/widgets/stage_craft.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ class StageCraft extends StatelessWidget {
stageController: stageController,
settings: settings,
),
ConfigurationBar(
controller: stageController,
Align(
alignment: Alignment.topCenter,
child: ConfigurationBar(
controller: stageController,
),
),
],
);
Expand Down

0 comments on commit eabb36a

Please sign in to comment.