summaryrefslogtreecommitdiff
path: root/src/urlbar/bookmarkwidget.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-21 10:29:02 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-21 10:29:02 +0200
commit068d5a71948365d55b39abed862b3bc8b980127b (patch)
treefbc1cb9c36cbbb2d62c3bd40d983086c1a2e2f66 /src/urlbar/bookmarkwidget.cpp
parentMerge commit 'refs/merge-requests/183' of git://gitorious.org/rekonq/mainline... (diff)
downloadrekonq-068d5a71948365d55b39abed862b3bc8b980127b.tar.xz
Restore bk icon on the right
This commit intends to revert manually commits de9abc72 && bd27f60d, restoring bk positions on the right. This because most of the developers prefer so. Anyway, if things will change again we can revert the "revertion" :D
Diffstat (limited to 'src/urlbar/bookmarkwidget.cpp')
-rw-r--r--src/urlbar/bookmarkwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/bookmarkwidget.cpp b/src/urlbar/bookmarkwidget.cpp
index 0e05e776..cb711723 100644
--- a/src/urlbar/bookmarkwidget.cpp
+++ b/src/urlbar/bookmarkwidget.cpp
@@ -144,7 +144,7 @@ void BookmarkWidget::reject()
void BookmarkWidget::showAt(const QPoint &pos)
{
QPoint p;
- p.setX(pos.x());
+ p.setX(pos.x() - 350);
p.setY(pos.y() + 12);
move(p);
show();