connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java
changeset 733 dfcdb2620e52
parent 732 c6b80e0b9fe2
child 734 9cbe484c2715
equal deleted inserted replaced
732:c6b80e0b9fe2 733:dfcdb2620e52
   495 			
   495 			
   496 			public void defaultConnectionSet(IConnection connection) {
   496 			public void defaultConnectionSet(IConnection connection) {
   497 				Display.getDefault().asyncExec(new Runnable() {
   497 				Display.getDefault().asyncExec(new Runnable() {
   498 					public void run() {
   498 					public void run() {
   499 						viewer.refresh(true);
   499 						viewer.refresh(true);
       
   500 						packColumns();	// not normally needed, but boldface is wider, and applied to entire row in Windows
   500 					}
   501 					}
   501 				});				
   502 				});				
   502 			}
   503 			}
   503 			
   504 			
   504 			public void connectionRemoved(IConnection connection) {
   505 			public void connectionRemoved(IConnection connection) {