From da305e17be24b9db1c2014c6125399147ec404d9 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Fri, 5 Jun 2020 10:26:57 +0200 Subject: Makes graphics view zoom to fit first. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mainwindow.cpp') diff --git a/mainwindow.cpp b/mainwindow.cpp index 7707a2d..ae29881 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -19,7 +19,7 @@ MainWindow::MainWindow(QWidget *parent) this->ui->history_window->setVisible(false); this->ui->clientcert_window->setVisible(false); - this->ui->bookmarks_window->setVisible(false); + this->ui->bookmarks_window->setVisible(true); } MainWindow::~MainWindow() -- cgit v1.2.3