Hide Watched Status?
#1
Is it possible to hide the check mark in the file lists?

I can find the option in the Confluence skin but cannot find it in Aeon Nox.
Reply
#2
There is no option for it and I do not want to make one really. I am surprised Confluence has this option (which implies that it should be basic functionality).
Reply
#3
Thanks for the reply.

Is there a way I can achieve this on my end?
Reply
#4
Yes. In Viewtype_List.xml and Viewtype_LowList.xml search for the control with ListItem.Overlay and delete it. So for example this whole piece of code must be deleted:
Code:
<control type="image">
              <posx>716</posx>
              <posy>19</posy>
              <width>30</width>
              <height>30</height>
              <info>ListItem.Overlay</info>
            </control>

and remember to backup your changes because they will be overwritten with an update.
Reply

Logout Mark Read Team Forum Stats Members Help
Hide Watched Status?0