Skip to content

Commit

Permalink
SimulationExperiment view: remove the visible property for our grid l…
Browse files Browse the repository at this point in the history
…ines (#1426).
  • Loading branch information
agarny committed Nov 8, 2017
1 parent 4a50699 commit 1ac8a8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Expand Up @@ -75,10 +75,6 @@
<source>Colour</source>
<translation>Couleur</translation>
</message>
<message>
<source>Visible</source>
<translation></translation>
</message>
<message>
<source>Logarithmic X axis</source>
<translation>Axe logarithmique des X</translation>
Expand Down
Expand Up @@ -136,7 +136,6 @@ void SimulationExperimentViewInformationGraphPanelAndGraphsWidget::retranslateGr
pGraphPanelPropertyEditor->properties()[2]->properties()[0]->setName(tr("Style"));
pGraphPanelPropertyEditor->properties()[2]->properties()[1]->setName(tr("Width"));
pGraphPanelPropertyEditor->properties()[2]->properties()[2]->setName(tr("Colour"));
pGraphPanelPropertyEditor->properties()[2]->properties()[3]->setName(tr("Visible"));

pGraphPanelPropertyEditor->properties()[3]->setName(tr("Logarithmic X axis"));
pGraphPanelPropertyEditor->properties()[4]->setName(tr("Logarithmic Y axis"));
Expand Down Expand Up @@ -819,7 +818,6 @@ void SimulationExperimentViewInformationGraphPanelAndGraphsWidget::populateGraph
mGraphPanelPropertyEditor->addListProperty(SEDMLSupport::lineStyles(), gridLinesProperty);
mGraphPanelPropertyEditor->addDoubleGt0Property(gridLinesProperty);
mGraphPanelPropertyEditor->addColorProperty(gridLinesProperty);
mGraphPanelPropertyEditor->addBooleanProperty(gridLinesProperty);

mGraphPanelPropertyEditor->addBooleanProperty(graphPanelPlot->logAxisX());
mGraphPanelPropertyEditor->addBooleanProperty(graphPanelPlot->logAxisY());
Expand Down

0 comments on commit 1ac8a8f

Please sign in to comment.