Skip to content

Commit 04442a3

Browse files
committed
Changed scroll sizes to 20.
1 parent 6d2b0ca commit 04442a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Drush/Commands/CodeBuilderDrushCommands.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ protected function interactCollectProperties(DataItem $data, $breadcrumb): void
492492
label: 'Enter the ' . $data->getLabel(),
493493
options: $options_callback,
494494
required: $data->isRequired(),
495+
scroll: 20,
495496
);
496497

497498
$data->set($value);
@@ -500,6 +501,7 @@ protected function interactCollectProperties(DataItem $data, $breadcrumb): void
500501
$value = search(
501502
label: 'Enter the ' . $data->getLabel(),
502503
options: $options_callback,
504+
scroll: 20,
503505
);
504506

505507
// Babysit stupid empty value.
@@ -526,6 +528,7 @@ protected function interactCollectProperties(DataItem $data, $breadcrumb): void
526528
label: 'Enter the ' . $data->getLabel(),
527529
options: $options,
528530
required: $data->isRequired(),
531+
// scroll: 20,
529532
);
530533

531534
$data->set($value);
@@ -534,6 +537,7 @@ protected function interactCollectProperties(DataItem $data, $breadcrumb): void
534537
$value = select(
535538
label: 'Enter the ' . $data->getLabel(),
536539
options: $options,
540+
scroll: 20,
537541
);
538542
}
539543

0 commit comments

Comments
 (0)