You can switch the toggle order to CM / INCHES with a small CSS tweak.
Add this to your Custom CSS (Go to Online Store > Edit Theme > Theme Settings > Custom CSS):
.smartsize-tabs-container .smartsize-tab_label-CM {
order: -1;
}This moves the CM tab before INCHES.
If the change does not show right away, save the update and refresh your storefront.