Commit 46b3e5c6 authored by Christoffer Ackelman's avatar Christoffer Ackelman Committed by Esteban Blanc

QT: the main Xtt window can now be made smaller than initial size.

parent 442269d1
......@@ -595,7 +595,7 @@ XttQt::XttQt(int argc, char* argv[], int* return_sts)
// Qt
toplevel = new XttQtWidget(this);
toplevel->setMinimumSize(window_width, window_height);
toplevel->resize(window_width, window_height);
toplevel->setWindowTitle(fl(title));
toplevel->setAttribute(Qt::WA_DeleteOnClose);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment