Adjust completion menu to fit its contents

This commit is contained in:
Konstantinos Sideris 2018-04-24 16:03:50 +03:00
parent 649d73a7bd
commit 4fd8eccece
5 changed files with 25 additions and 0 deletions

View file

@ -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);