VirtualBox

Changeset 11112 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 4, 2008 4:45:07 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: VBoxGlobal::detailsReport() now use minimum 16+10=26 pixels for 16px icons to separate icons from the text items with 10 px space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r10916 r11112  
    14831483{
    14841484    static const char *sTableTpl =
    1485         "<table border=0 cellspacing=2 cellpadding=0>%1</table>";
     1485        "<table border=0 cellspacing=0 cellpadding=0>%1</table>";
    14861486    static const char *sSectionHrefTpl =
    1487         "<tr><td rowspan=%1 align=left><img src='%2'></td>"
     1487        "<tr><td width=26 rowspan=%1 align=left><img src='%2'></td>"
    14881488            "<td colspan=2><b><a href='%3'><nobr>%4</nobr></a></b></td></tr>"
    14891489            "%5"
    14901490        "<tr><td colspan=2><font size=1>&nbsp;</font></td></tr>";
    14911491    static const char *sSectionBoldTpl =
    1492         "<tr><td rowspan=%1 align=left><img src='%2'></td>"
     1492        "<tr><td width=26 rowspan=%1 align=left><img src='%2'></td>"
    14931493            "<td colspan=2><!-- %3 --><b><nobr>%4</nobr></b></td></tr>"
    14941494            "%5"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette