Skip to content

Commit

Permalink
restore spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Dec 18, 2024
1 parent f913a55 commit f556b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-ListView/SpDropDownPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SpDropDownPresenter class >> exampleWithIcons [
| presenter |
(presenter := aPresenter newPresenter)
layout: (SpBoxLayout newHorizontal
"spacing: 5;"
spacing: 5;
add: presenter newImage expand: false;
add: presenter newLabel;
yourself);
Expand Down

0 comments on commit f556b7e

Please sign in to comment.