diff options
Diffstat (limited to 'ZeroTierUI')
-rw-r--r-- | ZeroTierUI/licensedialog.cpp | 1 | ||||
-rw-r--r-- | ZeroTierUI/mainwindow.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ZeroTierUI/licensedialog.cpp b/ZeroTierUI/licensedialog.cpp index 8df3cc4c..4baebb72 100644 --- a/ZeroTierUI/licensedialog.cpp +++ b/ZeroTierUI/licensedialog.cpp @@ -20,6 +20,7 @@ LicenseDialog::LicenseDialog(QWidget *parent) : font.setPointSizeF(font.pointSizeF() * 0.75); widget->setFont(font); } + this->raise(); #endif } diff --git a/ZeroTierUI/mainwindow.cpp b/ZeroTierUI/mainwindow.cpp index 3e331a43..ce326a3b 100644 --- a/ZeroTierUI/mainwindow.cpp +++ b/ZeroTierUI/mainwindow.cpp @@ -119,6 +119,7 @@ MainWindow::MainWindow(QWidget *parent) : widget->setFont(font); } } + this->raise(); #endif ui->noNetworksLabel->setVisible(true); |