diff options
| author | Peter Penz <[email protected]> | 2011-04-08 19:37:11 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-04-08 19:38:37 +0200 |
| commit | 2baa9ec45a3e7e169e73ee74c74c0954702ab882 (patch) | |
| tree | cfe66fc5727d93d38882d99e051daeaf9cb7628a /src/dolphinmainwindow.h | |
| parent | a9ecea7cd12e6d5cd8d9a10c9424ded4cc3ccdc7 (diff) | |
Optimize alignment of toolbar menu
Try to align the toolbar menu within the Dolphin window to
reduce the cases where the sub-menus overlap with the right
screen border.
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 87f29e865..a85b1c87a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -441,7 +441,6 @@ private slots: const KUrl& url, const QList<QAction*>& customActions); - void openToolBarMenu(); void updateToolBarMenu(); void updateToolBar(); void slotToolBarSpacerDeleted(); @@ -573,7 +572,6 @@ private: // Members for the toolbar menu that is shown when the menubar is hidden: QWidget* m_toolBarSpacer; QToolButton* m_openToolBarMenuButton; - QWeakPointer<KMenu> m_toolBarMenu; QTimer* m_updateToolBarTimer; KJob* m_lastHandleUrlStatJob; |
