summary refs log tree commit diff
path: root/src/EmojiPanel.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-31 17:06:03 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-31 17:06:03 +0300
commitc184362044a222546c1c3a0519f47754067742e6 (patch)
treed0bcdab0523ed02571a737356b815f4f2356944c /src/EmojiPanel.cc
parentAdd drop shadow to emoji panel (diff)
downloadnheko-c184362044a222546c1c3a0519f47754067742e6.tar.xz
Add menu to toggle notifications
Diffstat (limited to 'src/EmojiPanel.cc')
-rw-r--r--src/EmojiPanel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EmojiPanel.cc b/src/EmojiPanel.cc

index dde44369..53b3f8d1 100644 --- a/src/EmojiPanel.cc +++ b/src/EmojiPanel.cc
@@ -28,7 +28,7 @@ EmojiPanel::EmojiPanel(QWidget *parent) : QWidget(parent) - , shadowMargin_{3} + , shadowMargin_{2} , width_{370} , height_{350} , animationDuration_{100}