Changeset 7250


Ignore:
Timestamp:
2010-11-30T23:37:49+01:00 (13 years ago)
Author:
sjoelund.se
Message:
  • Allow resizing the OMEdit main window so that it fits on smaller screens
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/OMEdit/OMEditGUI/mainwindow.cpp

    r7179 r7250  
    5757    this->setWindowTitle(Helper::applicationName + " - "  + Helper::applicationIntroText);
    5858    this->setWindowIcon(QIcon(":/Resources/icons/omeditor.png"));
    59     this->setMinimumSize(950, 670);
     59    this->setGeometry(0, 0, 950, 670);
     60    this->setMinimumSize(400, 300);
    6061    this->setContentsMargins(1, 1, 1, 1);
    6162
Note: See TracChangeset for help on using the changeset viewer.