Skip to content

Commit

Permalink
ui: set a reasonable size for a detached context
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Aug 26, 2017
1 parent 63f69f6 commit c3f0330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,7 @@ void App::slotDetachContext(int index)

DetachedContext *detachedWindow = new DetachedContext();
detachedWindow->setCentralWidget(context);
detachedWindow->resize(800, 600);
detachedWindow->show();
context->show();

Expand Down

0 comments on commit c3f0330

Please sign in to comment.