author | harlekin <harlekin> | 2003-12-14 01:09:50 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-12-14 01:09:50 (UTC) |
commit | 52966e8b529e78ae431839abd90cec2ebb0d6dff (patch) (side-by-side diff) | |
tree | 46c59f53148a3217da61c903b89e835f5e61a4c9 | |
parent | 9a0f1ee9b3ba465942d207eaddec722371f86353 (diff) | |
download | opie-52966e8b529e78ae431839abd90cec2ebb0d6dff.zip opie-52966e8b529e78ae431839abd90cec2ebb0d6dff.tar.gz opie-52966e8b529e78ae431839abd90cec2ebb0d6dff.tar.bz2 |
mail listview not colapsable
-rw-r--r-- | noncore/net/mail/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/mail/mainwindow.cpp b/noncore/net/mail/mainwindow.cpp index 2b5870a..391b55e 100644 --- a/noncore/net/mail/mainwindow.cpp +++ b/noncore/net/mail/mainwindow.cpp @@ -81,6 +81,7 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags ) folderView = new AccountView( view ); folderView->header()->hide(); + folderView->setRootIsDecorated( false ); folderView->addColumn( tr( "Mailbox" ) ); folderView->hide(); |