Set sortmode=DESC for created column so newest show up on top for first click on the sortheader

This commit is contained in:
Nathan Gray 2014-03-24 19:45:24 +00:00
parent a3e195fef2
commit 06ea29a78c

View File

@ -47,7 +47,7 @@
<nextmatch-sortheader label="Location" id="cal_location"/>
<nextmatch-accountfilter label="Participants" id="participant" options="All"/>
<vbox>
<nextmatch-sortheader label="Created" id="cal_created"/>
<nextmatch-sortheader label="Created" id="cal_created" sortmode="DESC"/>
<nextmatch-header label="Creator" id="cal_creator" options="Creator"/>
<description value="Last changed"/>
</vbox>