diff options
| author | 2010-01-19 15:59:55 +0000 | |
|---|---|---|
| committer | 2010-01-19 15:59:55 +0000 | |
| commit | b92e241158a78399c1347f400466f92ea5557a81 (patch) | |
| tree | ed5f34a362486be63dbdcacae4d82f3e7da8be69 /src/modules/dcc/chat.cpp | |
| parent | Some other fixes in object module (diff) | |
| download | KVIrc-b92e241158a78399c1347f400466f92ea5557a81.tar.gz KVIrc-b92e241158a78399c1347f400466f92ea5557a81.tar.bz2 KVIrc-b92e241158a78399c1347f400466f92ea5557a81.zip | |
More stylish: inputbar+topic widget
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3850 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/chat.cpp')
| -rw-r--r-- | src/modules/dcc/chat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/dcc/chat.cpp b/src/modules/dcc/chat.cpp index 81e1471ba..981f1c5a6 100644 --- a/src/modules/dcc/chat.cpp +++ b/src/modules/dcc/chat.cpp @@ -90,7 +90,6 @@ KviDccChat::KviDccChat(KviFrame *pFrm,KviDccDescriptor * dcc,const char * name) m_pButtonBox = new KviTalHBox(this); m_pLabel = new KviThemedLabel(m_pButtonBox,"dcc_chat_label"); - m_pLabel->setAutoHeight(1); m_pLabel->setText(name); m_pButtonBox->setStretchFactor(m_pLabel,1); |
