aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 8594f7a..8c0fc8a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -376,6 +376,9 @@ void MainWindow::on_tab_titleChanged(const QString &title)
updateWindowTitle();
}
+ // Set tooltip
+ this->ui->browser_tabs->tab_bar->setTabToolTip(index, title);
+
// Shorten lengthy titles for tab bar (45 chars max for now - we assume
// that Gemini surfers don't usually have loads of tabs open, so the
// limit is fairly high)