summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-08-06 15:02:13 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2018-08-06 15:02:13 +0200
commitb4dc9e69e7c553dd6c1ddb567320a2ce51e8be23 (patch)
treed57781c06c04dc0be8e58eeaab65db2d32254e00
parentfd56323fb4b9264bec72144bce8e1b2d8356569b (diff)
Auto update CHANGELOG and sorting of treeview
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/mainwindow.ui6
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cd535b0..a1ca4263 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@
**Merged pull requests:**
+- pwgen: fix inverted "Generate ... less secure passwords" checkbox [\#409](https://github.com/IJHack/QtPass/pull/409) ([ahippo](https://github.com/ahippo))
- \#390 make box cheched when opening a folder users panel [\#403](https://github.com/IJHack/QtPass/pull/403) ([kenji21](https://github.com/kenji21))
## [v1.2.3](https://github.com/IJHack/QtPass/tree/v1.2.3) (2018-06-04)
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 9b756ba4..9805307d 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -132,6 +132,12 @@
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
+ <property name="sortingEnabled">
+ <bool>true</bool>
+ </property>
+ <property name="animated">
+ <bool>true</bool>
+ </property>
<attribute name="headerStretchLastSection">
<bool>false</bool>
</attribute>