working on goto frame window

This commit is contained in:
lostjared
2018-08-29 20:35:24 -07:00
parent 7686b59460
commit 72bd7d2473
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
GotoWindow::GotoWindow(QWidget *parent) : QDialog(parent) {
createControls();
setFixedSize(400, 150);
}
void GotoWindow::setDisplayWindow(DisplayWindow *win) {