Skip to content

Commit

Permalink
Put the settings button on the end for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jun 29, 2021
1 parent c6c9c69 commit a332920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ private void createToolbarMain(Composite parent) {
buttonToolbarInfo = createButtonToggleToolbar(composite, toolbarInfo, IMAGE_INFO, TOOLTIP_INFO);
createButtonToggleChartLegend(composite, chartControl, IMAGE_LEGEND);
createResetButton(composite);
createSettingsButton(composite);
createColorCompensationButton(composite);
createSettingsButton(composite);
}

private void createSettingsButton(Composite parent) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ private void createToolbarMain(Composite parent) {
buttonToolbarInfo = createButtonToggleToolbar(composite, toolbarInfo, IMAGE_INFO, TOOLTIP_INFO);
createButtonToggleChartLegend(composite, chartControl, IMAGE_LEGEND);
createResetButton(composite);
createSettingsButton(composite);
createColorCompensationButton(composite);
createSettingsButton(composite);
}

private void createColorCompensationButton(Composite parent) {
Expand Down

0 comments on commit a332920

Please sign in to comment.