Skip to content

Commit

Permalink
fix: tempfix analysis widths
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaustuv942 committed Jun 8, 2021
1 parent 0ba9793 commit 2418402
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ export default function SimulationProperties () {
expandIcon={<ExpandMoreIcon />}
aria-controls="panel1a-content"
id="panel1a-header"
style={{ width: '100% '}}
>
<Typography className={classes.heading}>DC Solver</Typography>
</ExpansionPanelSummary>
Expand Down Expand Up @@ -638,6 +639,7 @@ export default function SimulationProperties () {
expandIcon={<ExpandMoreIcon />}
aria-controls="panel1a-content"
id="panel1a-header"
style={{ width: '97%'}}
>
<Typography className={classes.heading}>DC Sweep</Typography>
</ExpansionPanelSummary>
Expand Down Expand Up @@ -831,6 +833,7 @@ export default function SimulationProperties () {
expandIcon={<ExpandMoreIcon />}
aria-controls="panel1a-content"
id="panel1a-header"
style={{ width: '97%'}}
>
<Typography className={classes.heading}>Transient Analysis</Typography>
</ExpansionPanelSummary>
Expand Down Expand Up @@ -957,6 +960,7 @@ export default function SimulationProperties () {
expandIcon={<ExpandMoreIcon />}
aria-controls="panel1a-content"
id="panel1a-header"
style={{ width: '100%'}}
>
<Typography className={classes.heading}>AC Analysis</Typography>
</ExpansionPanelSummary>
Expand Down Expand Up @@ -1065,6 +1069,7 @@ export default function SimulationProperties () {
expandIcon={<ExpandMoreIcon />}
aria-controls="panel1a-content"
id="panel1a-header"
style={{ width: '97%'}}
>
<Typography className={classes.heading}>Transfer Function Analysis</Typography>
</ExpansionPanelSummary>
Expand Down

0 comments on commit 2418402

Please sign in to comment.