summary refs log tree commit diff
path: root/src/emoji/Category.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emoji/Category.cpp')
-rw-r--r--src/emoji/Category.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emoji/Category.cpp b/src/emoji/Category.cpp
index 659555f7..e674e9db 100644
--- a/src/emoji/Category.cpp
+++ b/src/emoji/Category.cpp
@@ -75,7 +75,6 @@ Category::Category(QString category, std::vector<Emoji> emoji, QWidget *parent)
 
         category_ = new QLabel(category, this);
         category_->setFont(font);
-        category_->setStyleSheet("margin: 20px 0 20px 8px;");
 
         mainLayout_->addWidget(category_);
         mainLayout_->addWidget(emojiListView_);