diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-20 01:56:32 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-20 01:56:32 +0100 |
commit | 987eca7269ebac1d820914919b3ed93f1c6e9b84 (patch) | |
tree | 1232e593323a9102de533842efdc9a03adf6a993 /src/tabbar.h | |
parent | Forgot header.. ;) (diff) | |
download | rekonq-987eca7269ebac1d820914919b3ed93f1c6e9b84.tar.xz |
Fixed tabs dimension && reduced tabbar font
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 0dbdd004..8b670def 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -56,6 +56,8 @@ protected: void dragEnterEvent(QDragEnterEvent *event); void dropEvent(QDropEvent *event); + virtual QSize tabSizeHint (int index) const; + private slots: void selectTabAction(); void cloneTab(); @@ -68,6 +70,7 @@ private: QList<QShortcut*> m_tabShortcuts; friend class MainView; + QWidget *m_parent; QPoint m_dragStartPos; int m_dragCurrentIndex; int m_actualIndex; // the index in which we are seeing a Context menu |