Skip to content

Commit

Permalink
Adjust text readout layout in IQRNode - see #160
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-blackman committed May 4, 2023
1 parent 7293eb9 commit e89e73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/variability/view/IQRNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export default class IQRNode extends CAVPlotNode {
if ( providedOptions.parentContext === 'accordion' ) {

const textReadoutGroup = new VBox( {
y: this.centerY,
left: this.left,
x: -110,
y: this.centerY - 20,
align: 'left',
spacing: 10
} );
Expand Down

0 comments on commit e89e73d

Please sign in to comment.