Skip to content

Commit

Permalink
padding left in emoji edit
Browse files Browse the repository at this point in the history
  • Loading branch information
GaZaTu committed Nov 8, 2020
1 parent 6c26de2 commit 516b53b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.sh]
end_of_line = lf
1 change: 1 addition & 0 deletions src/EmojiLineEdit.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "EmojiLineEdit.hpp"

EmojiLineEdit::EmojiLineEdit(QWidget* parent) : QLineEdit(parent) {
setStyleSheet("padding-left: 5px; padding-right: 5px;");
}

QWidget* EmojiLineEdit::containerWidget() {
Expand Down

0 comments on commit 516b53b

Please sign in to comment.