Skip to content

Commit

Permalink
- fix size of time label, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich committed Sep 16, 2016
1 parent b7cced8 commit d3e63e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
Expand Up @@ -90,8 +90,9 @@ AnimationWindow::AnimationWindow(PlotWindowContainer *pPlotWindowContainer)
mpAnimationSlider->setEnabled(false);
mpAnimationTimeLabel = new QLabel();
mpAnimationTimeLabel->setText(QString(" Time [s]: ").append(QString::fromStdString("0.000")));
mpAnimationTimeLabel->setFixedWidth(toolbarIconSize*3);
mpAnimationSpeedUpLabel = new QLabel();
mpAnimationSpeedUpLabel->setText(QString(" speedUp: "));
mpAnimationSpeedUpLabel->setText(QString(" SpeedUp: "));
mpSpeedUpEdit = new QTextEdit("1.0",this);
mpSpeedUpEdit->setMaximumSize(QSize(toolbarIconSize*3,toolbarIconSize));
mpPerspectiveDropDownBox = new QComboBox(this);
Expand Down

0 comments on commit d3e63e2

Please sign in to comment.