diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-05 10:26:57 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-05 10:26:57 +0200 |
| commit | da305e17be24b9db1c2014c6125399147ec404d9 (patch) | |
| tree | 63f4c412992f8176d4521c03eeacc45b98c4aef8 /mainwindow.cpp | |
| parent | 3508f8a2a0867a886ceca9139ce0dcae2405ff29 (diff) | |
| download | kristall-da305e17be24b9db1c2014c6125399147ec404d9.tar.gz | |
Makes graphics view zoom to fit first.
Diffstat (limited to 'mainwindow.cpp')
| -rw-r--r-- | mainwindow.cpp | 2 |
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() |
