Changed indentation for feeds.

This commit is contained in:
Martin Rotter 2013-12-26 19:31:16 +01:00
parent 3f33529bfd
commit b3cc490d85
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class MessagesModel : public QSqlTableModel {
Message messageAt(int row_index) const;
int messageId(int row_index) const;
// Access to list of currently loaded feed IDs.
QList<int> currentFeeds() const;
public slots:

View File

@ -72,6 +72,7 @@ void FeedsView::setupAppearance() {
setAcceptDrops(false);
setDragEnabled(false);
setSortingEnabled(true);
setIndentation(10);
sortByColumn(0, Qt::AscendingOrder);
setDragDropMode(QAbstractItemView::NoDragDrop);
setAllColumnsShowFocus(true);