Skip to content

Commit

Permalink
- MessageWidget content margins adjusted.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Sep 11, 2011
1 parent 835f749 commit 5aab8f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OMEdit/OMEditGUI/mainwindow.cpp
Expand Up @@ -85,7 +85,6 @@ MainWindow::MainWindow(SplashScreen *splashScreen, QWidget *parent)
#else
messagedock->setContentsMargins(0, 1, 1, 0);
#endif
messagedock->setContentsMargins(0, 1, 1, 0);
messagedock->setFeatures(QDockWidget::DockWidgetVerticalTitleBar | QDockWidget::DockWidgetClosable
| QDockWidget::DockWidgetMovable | QDockWidget::DockWidgetFloatable);
mpMessageWidget = new MessageWidget(this);
Expand Down

0 comments on commit 5aab8f0

Please sign in to comment.