Switch to unified view

a/src/qtgui/guiutils.cpp b/src/qtgui/guiutils.cpp
...
...
37
// introducing blank space.
37
// introducing blank space.
38
const char *PrefsPack::dfltResListFormat = 
38
const char *PrefsPack::dfltResListFormat = 
39
#if 1
39
#if 1
40
    "<table><tr><td><img src='%I' width='64'></td>"
40
    "<table><tr><td><img src='%I' width='64'></td>"
41
    "<td>%R %S %L &nbsp;&nbsp;<b>%T</b><br>"
41
    "<td>%R %S %L &nbsp;&nbsp;<b>%T</b><br>"
42
    "%M&nbsp;%D&nbsp;&nbsp;&nbsp;<i>%U</i><br>"
42
    "%M&nbsp;%D&nbsp;&nbsp;&nbsp;<i>%U</i>&nbsp;%i<br>"
43
    "%A %K</td></tr></table>"
43
    "%A %K</td></tr></table>"
44
#elif 0
44
#elif 0
45
    "<img src='%I' align='left'>"
45
    "<img src='%I' align='left'>"
46
    "%R %S %L &nbsp;&nbsp;<b>%T</b><br>"
46
    "%R %S %L &nbsp;&nbsp;<b>%T</b><br>"
47
    "%M&nbsp;%D&nbsp;&nbsp;&nbsp;<i>%U</i><br>"
47
    "%M&nbsp;%D&nbsp;&nbsp;&nbsp;<i>%U</i><br>"