Skip to content

Commit

Permalink
Improved alternator presenter
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Sep 23, 2023
1 parent 208dd0c commit 53c1660
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/IllimaniUI/AllocatedObjectsTablePresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ AllocatedObjectsTablePresenter >> initializePresenters [
alternateRowsColor;
addColumn: (SpIndexTableColumn new
title: 'Index';
beNotExpandable;
width: 60;
yourself);
addColumn: (SpStringTableColumn
title: 'Allocated object class'
Expand Down
5 changes: 4 additions & 1 deletion src/IllimaniUI/AlternatorPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ AlternatorPresenter >> defaultLayout [
^ SpBoxLayout newTopToBottom
spacing: 5;
add: (SpBoxLayout newLeftToRight
add: toggleChartButton;
vAlignCenter;
hAlignEnd;
add: 'Alternate: ' expand: false;
add: toggleChartButton width: 150;
yourself)
expand: false;
add: self activePresenter expand: true;
Expand Down

0 comments on commit 53c1660

Please sign in to comment.