Switch to unified view

a/src/qtgui/guiutils.cpp b/src/qtgui/guiutils.cpp
...
...
37
// The table should not be necessary, but I found no css way to get
37
// The table should not be necessary, but I found no css way to get
38
// qt 4.6 qtextedit to clear the margins after the float img without 
38
// qt 4.6 qtextedit to clear the margins after the float img without 
39
// introducing blank space.
39
// introducing blank space.
40
const char *PrefsPack::dfltResListFormat = 
40
const char *PrefsPack::dfltResListFormat = 
41
#if 1
41
#if 1
42
    "<table><tr><td><img src='%I' width='64'></td>"
42
    "<table><tr><td><a href='%U'><img src='%I' width='64'></a></td>"
43
    "<td>%R %S %L &nbsp;&nbsp;<b>%T</b><br>"
43
    "<td>%R %S %L &nbsp;&nbsp;<b>%T</b><br>"
44
    "%M&nbsp;%D&nbsp;&nbsp;&nbsp;<i>%U</i>&nbsp;%i<br>"
44
    "%M&nbsp;%D&nbsp;&nbsp;&nbsp;<i>%U</i>&nbsp;%i<br>"
45
    "%A %K</td></tr></table>"
45
    "%A %K</td></tr></table>"
46
#elif 0
46
#elif 0
47
    "<img src='%I' align='left'>"
47
    "<img src='%I' align='left'>"