mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
reduced COMPACT_EMOTES_OFFSET to fix a graphical glich in timed out
messages
This commit is contained in:
parent
5d0cb3ada8
commit
b7e86a8de6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|
||||||
#define COMPACT_EMOTES_OFFSET 6
|
#define COMPACT_EMOTES_OFFSET 4
|
||||||
#define MAX_UNCOLLAPSED_LINES \
|
#define MAX_UNCOLLAPSED_LINES \
|
||||||
(getSettings()->collpseMessagesMinLines.getValue())
|
(getSettings()->collpseMessagesMinLines.getValue())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue