Skip to content

Commit

Permalink
- Mark the Simulation progress text as richtext.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jan 31, 2014
1 parent bfd9932 commit 1bff853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp
Expand Up @@ -1230,6 +1230,7 @@ ProgressDialog::ProgressDialog(SimulationDialog *pParent)
setWindowTitle(QString(Helper::applicationName).append(" - ").append(Helper::simulation));
// create heading label
mpProgressLabel = new Label;
mpProgressLabel->setTextFormat(Qt::RichText);
mpProgressLabel->setAlignment((Qt::AlignHCenter));
mpCancelSimulationButton = new QPushButton(tr("Cancel Translation"));
connect(mpCancelSimulationButton, SIGNAL(clicked()), pParent, SLOT(cancelSimulation()));
Expand Down

0 comments on commit 1bff853

Please sign in to comment.