# HG changeset patch # User Ed Swartz # Date 1262202159 21600 # Node ID dfcdb2620e5279833dd31c301a3b689355f2e39c # Parent c6b80e0b9fe2c7194c73dee2b4fef98ab1617678 Bold font applies to entire row in Windows, so we need to pack columns when default changes. diff -r c6b80e0b9fe2 -r dfcdb2620e52 connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java --- 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 } }); }