Jelajahi Sumber

chnaged label Unit->Chain in sequence widget

Alexander Rose 5 tahun lalu
induk
melakukan
a2133657f0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/mol-plugin/ui/sequence.tsx

+ 1 - 1
src/mol-plugin/ui/sequence.tsx

@@ -242,7 +242,7 @@ export class SequenceView extends PluginUIComponent<{ }, SequenceViewState> {
         return {
             structure: PD.Select(structureOptions[0][0], structureOptions, { shortLabel: true }),
             entity: PD.Select(entityOptions[0][0], entityOptions, { shortLabel: true }),
-            unit: PD.Select(unitOptions[0][0], unitOptions, { shortLabel: true, twoColumns: true }),
+            unit: PD.Select(unitOptions[0][0], unitOptions, { shortLabel: true, twoColumns: true, label: 'Chain' }),
             operator: PD.Select(operatorOptions[0][0], operatorOptions, { shortLabel: true, twoColumns: true })
         }
     }