Skip to content

Commit

Permalink
- Make few long labels elidable.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Feb 3, 2014
1 parent 606cda2 commit e39978d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp
Expand Up @@ -1074,8 +1074,10 @@ LibrariesPage::LibrariesPage(OptionsDialog *pParent)
mpSystemLibrariesGroupBox = new QGroupBox(tr("System Libraries"));
// system libraries note
mpSystemLibrariesNoteLabel = new Label(tr("* The system libraries are read from the MODELICAPATH and are always read-only."));
mpSystemLibrariesNoteLabel->setElideMode(Qt::ElideMiddle);
// MODELICAPATH
mpModelicaPathLabel = new Label(QString("MODELICAPATH = ").append(Helper::OpenModelicaLibrary));
mpModelicaPathLabel->setElideMode(Qt::ElideMiddle);
// system libraries tree
mpSystemLibrariesTree = new QTreeWidget;
mpSystemLibrariesTree->setItemDelegate(new ItemDelegate(this));
Expand Down

0 comments on commit e39978d

Please sign in to comment.