Skip to content

Commit

Permalink
changed button order on basic editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Nov 10, 2021
1 parent 5364bed commit e7c6a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RewriteRuleTools/RTBasicEditorPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ RTBasicEditorPresenter >> initializeLayout [
add: isMethodCheckbox expand: false;
add: helpButton expand: false;
add: cheatSheet expand: true;
add: saveButton expand: false;
add: openApplierButton expand: false;
add: applyButton expand: false;
add: openApplierButton expand: false;
add: expressionFinderButton expand: false;
add: matcherButton expand: false;
add: saveButton expand: false;
add: loadButton expand: false;
yourself);
positionOfSlider: 70 percent;
Expand Down

0 comments on commit e7c6a02

Please sign in to comment.