Skip to content

Commit e7c6a02

Browse files
committed
changed button order on basic editor
1 parent 5364bed commit e7c6a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RewriteRuleTools/RTBasicEditorPresenter.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ RTBasicEditorPresenter >> initializeLayout [
111111
add: isMethodCheckbox expand: false;
112112
add: helpButton expand: false;
113113
add: cheatSheet expand: true;
114-
add: saveButton expand: false;
115-
add: openApplierButton expand: false;
116114
add: applyButton expand: false;
115+
add: openApplierButton expand: false;
117116
add: expressionFinderButton expand: false;
118117
add: matcherButton expand: false;
118+
add: saveButton expand: false;
119119
add: loadButton expand: false;
120120
yourself);
121121
positionOfSlider: 70 percent;

0 commit comments

Comments
 (0)