You can not rearrange inherited variables from within a child class, those would have to be done from the parent class.
Edit: A possible workaround is to categorize the variables to try and get the order you want.
You can not rearrange inherited variables from within a child class, those would have to be done from the parent class.
Edit: A possible workaround is to categorize the variables to try and get the order you want.