diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index ce17a772..f8aa94b7 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -105,6 +105,8 @@ public: return m_recentlyClosedTabs; } + int originalWidthHint() const; + Q_SIGNALS: // current tab signals void currentTitle(const QString &url); @@ -187,6 +189,9 @@ private: QString m_loadingGitPath; + // The original width hint of the mainview for tabs width + int m_originalWidthHint; + // the new tab button QToolButton *m_addTabButton; |