-rw-r--r-- | noncore/net/mail/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/net/mail/mainwindow.cpp b/noncore/net/mail/mainwindow.cpp index a0ce6c1..a57fb0d 100644 --- a/noncore/net/mail/mainwindow.cpp +++ b/noncore/net/mail/mainwindow.cpp | |||
@@ -136,13 +136,12 @@ void MainWindow::slotAdjustLayout() { | |||
136 | 136 | ||
137 | if ( d->width() < d->height() ) { | 137 | if ( d->width() < d->height() ) { |
138 | layout->setDirection( QBoxLayout::TopToBottom ); | 138 | layout->setDirection( QBoxLayout::TopToBottom ); |
139 | } else { | 139 | } else { |
140 | layout->setDirection( QBoxLayout::LeftToRight ); | 140 | layout->setDirection( QBoxLayout::LeftToRight ); |
141 | } | 141 | } |
142 | delete d; | ||
143 | } | 142 | } |
144 | 143 | ||
145 | void MainWindow::slotAdjustColumns() | 144 | void MainWindow::slotAdjustColumns() |
146 | { | 145 | { |
147 | bool hidden = folderView->isHidden(); | 146 | bool hidden = folderView->isHidden(); |
148 | if ( hidden ) folderView->show(); | 147 | if ( hidden ) folderView->show(); |