Bold font applies to entire row in Windows, so we need to pack columns when default changes.
--- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java Wed Dec 30 13:38:02 2009 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java Wed Dec 30 13:42:39 2009 -0600
@@ -497,6 +497,7 @@
Display.getDefault().asyncExec(new Runnable() {
public void run() {
viewer.refresh(true);
+ packColumns(); // not normally needed, but boldface is wider, and applied to entire row in Windows
}
});
}