summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-24 16:03:50 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-24 16:03:50 +0300
commit4fd8eccecec1dea7f7c7095d11e15fc0c2474b9f (patch)
tree3b9f14ff667bf13d5732c3f502a6c5944d189231 /include
parentClear typing notifications when the user list is empty (diff)
downloadnheko-4fd8eccecec1dea7f7c7095d11e15fc0c2474b9f.tar.xz
Adjust completion menu to fit its contents
Diffstat (limited to 'include')
-rw-r--r--include/SuggestionsPopup.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/SuggestionsPopup.hpp b/include/SuggestionsPopup.hpp

index 64a86d7a..32964cb3 100644 --- a/include/SuggestionsPopup.hpp +++ b/include/SuggestionsPopup.hpp
@@ -64,6 +64,9 @@ public slots: //! Set hovering to the item in the given layout position. void setHovering(int pos); +protected: + void paintEvent(QPaintEvent *event) override; + signals: void itemSelected(const QString &user);