We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5364bed commit e7c6a02Copy full SHA for e7c6a02
src/RewriteRuleTools/RTBasicEditorPresenter.class.st
@@ -111,11 +111,11 @@ RTBasicEditorPresenter >> initializeLayout [
111
add: isMethodCheckbox expand: false;
112
add: helpButton expand: false;
113
add: cheatSheet expand: true;
114
- add: saveButton expand: false;
115
- add: openApplierButton expand: false;
116
add: applyButton expand: false;
+ add: openApplierButton expand: false;
117
add: expressionFinderButton expand: false;
118
add: matcherButton expand: false;
+ add: saveButton expand: false;
119
add: loadButton expand: false;
120
yourself);
121
positionOfSlider: 70 percent;
0 commit comments