summary refs log tree commit diff
path: root/src/EmojiPanel.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-01 12:11:33 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-01 12:51:29 +0300
commit0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc (patch)
tree11da9fbb7105834401d8e7999d42a4107221aa37 /src/EmojiPanel.cc
parentMerge pull request #82 from rokups/fix/#50 (diff)
downloadnheko-0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc.tar.xz
Remove extra clang-format options
Diffstat (limited to 'src/EmojiPanel.cc')
-rw-r--r--src/EmojiPanel.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/EmojiPanel.cc b/src/EmojiPanel.cc

index f7736fb8..c272a478 100644 --- a/src/EmojiPanel.cc +++ b/src/EmojiPanel.cc
@@ -220,9 +220,9 @@ EmojiPanel::showEmojiCategory(const EmojiCategory *category) // HACK // If we want to go to a previous category and position the label at the top - // the 6*50 offset won't work because not all the categories have the same height. - // To ensure the category is at the top, we move to the top - // and go as normal to the next category. + // the 6*50 offset won't work because not all the categories have the same + // height. To ensure the category is at the top, we move to the top and go as + // normal to the next category. if (current > posToGo) this->scrollArea_->ensureVisible(0, 0, 0, 0);