aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-05 10:26:57 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-05 10:26:57 +0200
commitda305e17be24b9db1c2014c6125399147ec404d9 (patch)
tree63f4c412992f8176d4521c03eeacc45b98c4aef8 /mainwindow.cpp
parent3508f8a2a0867a886ceca9139ce0dcae2405ff29 (diff)
downloadkristall-da305e17be24b9db1c2014c6125399147ec404d9.tar.gz
Makes graphics view zoom to fit first.
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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()