Skip to content

Commit

Permalink
Merge pull request #2646 from GMOD/correction_for_partial
Browse files Browse the repository at this point in the history
Use fmin and fmax for partial instead of 3' and 5'
  • Loading branch information
garrettjstevens authored May 10, 2022
2 parents b1e06c2 + e6950ce commit 99ac279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/gwt/org/bbop/apollo/gwt/client/GeneDetailPanel.ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
<b:InputGroupAddon>Location</b:InputGroupAddon>
<b:TextBox stylePrimaryName="{style.location-button}" autoComplete="false" ui:field="locationField" enabled="false"/>
<b:InputGroupAddon>Partial:</b:InputGroupAddon>
<b:InlineCheckBox ui:field="partialMin" addStyleNames="{style.partial-button}">3'</b:InlineCheckBox>
<b:InlineCheckBox ui:field="partialMax" addStyleNames="{style.partial-button}">5'</b:InlineCheckBox>
<b:InlineCheckBox ui:field="partialMin" addStyleNames="{style.partial-button}">fmin</b:InlineCheckBox>
<b:InlineCheckBox ui:field="partialMax" addStyleNames="{style.partial-button}">fmax</b:InlineCheckBox>
</b:InputGroup>
</b:Column>
</b:Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
<b:InputGroupAddon>Location</b:InputGroupAddon>
<b:TextBox stylePrimaryName="{style.location-button}" enabled="false" ui:field="locationField"/>
<b:InputGroupAddon>Partial:</b:InputGroupAddon>
<b:InlineCheckBox ui:field="partialMin" addStyleNames="{style.partial-button}">3'</b:InlineCheckBox>
<b:InlineCheckBox ui:field="partialMax" addStyleNames="{style.partial-button}">5'</b:InlineCheckBox>
<b:InlineCheckBox ui:field="partialMin" addStyleNames="{style.partial-button}">fmin</b:InlineCheckBox>
<b:InlineCheckBox ui:field="partialMax" addStyleNames="{style.partial-button}">fmax</b:InlineCheckBox>
</b:InputGroup>
</b:Column>
</b:Row>
Expand Down

0 comments on commit 99ac279

Please sign in to comment.