- Timestamp:
- May 16, 2008 2:01:02 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r8874 r8895 1455 1455 { 1456 1456 static const char *sTableTpl = 1457 "<table border=0 cellspacing=2 cellpadding= 2>%1</table>";1457 "<table border=0 cellspacing=2 cellpadding=0>%1</table>"; 1458 1458 static const char *sSectionHrefTpl = 1459 1459 "<tr><td rowspan=%1 align=left><img src='%2'></td>" -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp
r8791 r8895 374 374 return; 375 375 376 QString table = "<table border=0 cellspacing= 2cellpadding=2>%1</table>";376 QString table = "<table border=0 cellspacing=0 cellpadding=2>%1</table>"; 377 377 QString hdrRow = "<tr><td align=left><img src='%1'></td><td colspan=3><b>%2</b></td></tr>"; 378 378 QString bdyRow = "<tr><td></td><td><nobr>%1</nobr></td><td colspan=2><nobr>%2</nobr></td></tr>";
Note:
See TracChangeset
for help on using the changeset viewer.