Do not expand whole acc tree in msg. filters dialog #262 + add arrows.

This commit is contained in:
Martin Rotter 2020-08-06 11:47:21 +02:00
parent 2618791143
commit 372c7f0ed4
2 changed files with 0 additions and 4 deletions

View File

@ -198,7 +198,6 @@ void FormMessageFiltersManager::testFilter() {
void FormMessageFiltersManager::loadAccount(ServiceRoot* account) {
m_feedsModel->setRootItem(account, false, true);
m_ui.m_treeFeeds->expandAll();
}
void FormMessageFiltersManager::loadFilterFeedAssignments(MessageFilter* filter, ServiceRoot* account) {

View File

@ -77,9 +77,6 @@
<height>150</height>
</size>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>