diff options
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); |
