From 068d5a71948365d55b39abed862b3bc8b980127b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 21 Aug 2010 10:29:02 +0200 Subject: 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 --- src/urlbar/urlbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/urlbar/urlbar.h') diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h index d0e2b60e..8808661b 100644 --- a/src/urlbar/urlbar.h +++ b/src/urlbar/urlbar.h @@ -83,6 +83,7 @@ public: KGet = 0x00000001, RSS = 0x00000010, SSL = 0x00000100, + BK = 0x00001000 }; explicit UrlBar(QWidget *parent = 0); -- cgit v1.2.1