diff options
| author | 2016-02-01 02:33:55 +0000 | |
|---|---|---|
| committer | 2016-02-02 16:25:17 +0000 | |
| commit | 3d25aeceab3ab9d237dd2df4c4ff1130501afa2f (patch) | |
| tree | faec22d3f0fa8aa88b9141e3f489731fad0e586f /src/modules/dcc/canvaswidget.cpp | |
| parent | libkvitip: remove tip center formatting; thats a nice tip dont use it. (diff) | |
| download | KVIrc-3d25aeceab3ab9d237dd2df4c4ff1130501afa2f.tar.gz KVIrc-3d25aeceab3ab9d237dd2df4c4ff1130501afa2f.tar.bz2 KVIrc-3d25aeceab3ab9d237dd2df4c4ff1130501afa2f.zip | |
canvaswidget: remove center formatting
cant actually see where this is shown at time of doing this, maybe it
will reveal itself later
Diffstat (limited to 'src/modules/dcc/canvaswidget.cpp')
| -rw-r--r-- | src/modules/dcc/canvaswidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/canvaswidget.cpp b/src/modules/dcc/canvaswidget.cpp index 8e751e6c7..4660c3173 100644 --- a/src/modules/dcc/canvaswidget.cpp +++ b/src/modules/dcc/canvaswidget.cpp @@ -378,7 +378,7 @@ QFont f = QFont(); f.setStyleHint(QFont::SansSerif); f.setPointSize(12); - m_properties.insert("szText",QVariant(QString("<center>Insert here your <font color=\"#FF0000\"><b>RICH TEXT</b></font></center>"))); + m_properties.insert("szText",QVariant(QString("Insert here your <font color=\"#FF0000\"><b>RICH TEXT</b></font>"))); m_properties.insert("fntDefault",QVariant(f)); } |
