JonStargaryen преди 4 години
родител
ревизия
f138b16a33
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/viewer/ui/controls.tsx

+ 1 - 1
src/viewer/ui/controls.tsx

@@ -30,9 +30,9 @@ export class StructureTools extends PluginUIComponent {
         const collapsed = this.customState.collapsed.value;
         return <>
             <StructureSourceControls />
-            <StrucmotifSubmitControls initiallyCollapsed={collapsed.strucmotifSubmit} />
             <StructureMeasurementsControls initiallyCollapsed={collapsed.measurements} />
             <StructureSuperpositionControls initiallyCollapsed={collapsed.superposition} />
+            <StrucmotifSubmitControls initiallyCollapsed={collapsed.strucmotifSubmit} />
             <StructureComponentControls initiallyCollapsed={collapsed.component} />
             <VolumeStreamingControls header='Density' initiallyCollapsed={collapsed.volume} />