mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-17 10:56:25 +00:00
enable wordwrap on linux
This commit is contained in:
parent
7acaead283
commit
3cbb0ff598
@ -72,7 +72,7 @@ NotifyWidget::NotifyWidget(int pos,QWidget *parent) :
|
||||
m_moveTimer->setInterval(2);
|
||||
connect( m_moveTimer, SIGNAL(timeout()), this, SLOT(slotMove()));
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)//ugly bug in qt4 makes the widget resize
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0) || !Q_OS_WIN32//ugly bug in qt4 makes the widget resize
|
||||
ui->titel->setWordWrap(true);
|
||||
ui->body->setWordWrap(true);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user