X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fgooglesuggest.cpp;h=656c6512876a84e808b9ddd4e4eda09d9b85023b;hb=e536746e91459fb3a7735f36caee77f299c765e2;hp=0002ed08e547ae904ee373d6cb1ccc943e77e279;hpb=efec77e73c8eafb7ba1f0b7817567272f02262e5;p=minitube diff --git a/src/googlesuggest.cpp b/src/googlesuggest.cpp index 0002ed0..656c651 100644 --- a/src/googlesuggest.cpp +++ b/src/googlesuggest.cpp @@ -16,6 +16,7 @@ GSuggestCompletion::GSuggestCompletion(QWidget *parent, QLineEdit *editor): popup->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); popup->installEventFilter(this); popup->setMouseTracking(true); + popup->setWindowOpacity(.9); connect(popup, SIGNAL(itemClicked(QListWidgetItem*)), SLOT(doneCompletion()));