diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 22:58:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 23:34:32 +0200 |
commit | 807e20570cbfef6e258313565598905564f1bb86 (patch) | |
tree | 695b3c940bce02305224e5781a7c48b5a6fdab94 /src/rekonqmenu.cpp | |
parent | Runtime Nepomuk tagging check (diff) | |
download | rekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz |
Kitchen sink clean up
- astyle
- copyrights
- (some) includes
Diffstat (limited to 'src/rekonqmenu.cpp')
-rw-r--r-- | src/rekonqmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonqmenu.cpp b/src/rekonqmenu.cpp index a5d6b1a0..a5cea784 100644 --- a/src/rekonqmenu.cpp +++ b/src/rekonqmenu.cpp @@ -53,7 +53,7 @@ void RekonqMenu::showEvent(QShowEvent* event) if (!m_button) return; - + // Adjust the position of the menu to be shown within the // rekonq window to reduce the cases that sub-menus might overlap // the right screen border. |