diff options
| author | Vlad Voicu <vladv@rosedu.org> | 2012-03-05 18:28:47 (GMT) |
|---|---|---|
| committer | vlad <vlad@tyrion.(none)> | 2012-10-13 13:55:45 (GMT) |
| commit | 5ca749621b991e6a1e10d7a809d0fe1f0680ca74 (patch) | |
| tree | 0b9683d47ce43376a48103d7e7381f207681cd2c /Swift/QtUI/QtChatWindow.cpp | |
| parent | a74153f0af0149b445eb5fd18f616e8a3e7f8462 (diff) | |
| download | swift-contrib-5ca749621b991e6a1e10d7a809d0fe1f0680ca74.zip swift-contrib-5ca749621b991e6a1e10d7a809d0fe1f0680ca74.tar.bz2 | |
Improved settings for Spell Checker
Diffstat (limited to 'Swift/QtUI/QtChatWindow.cpp')
| -rw-r--r-- | Swift/QtUI/QtChatWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatWindow.cpp b/Swift/QtUI/QtChatWindow.cpp index 314e36c..3a20713 100644 --- a/Swift/QtUI/QtChatWindow.cpp +++ b/Swift/QtUI/QtChatWindow.cpp @@ -150,7 +150,7 @@ QtChatWindow::QtChatWindow(const QString &contact, QtChatTheme* theme, UIEventSt QHBoxLayout* inputBarLayout = new QHBoxLayout(); inputBarLayout->setContentsMargins(0,0,0,0); inputBarLayout->setSpacing(2); - input_ = new QtTextEdit(this); + input_ = new QtTextEdit(settings_, this); input_->setAcceptRichText(false); inputBarLayout->addWidget(midBar_); inputBarLayout->addWidget(input_); |
Swift