From d9c1c56cccbe7ab0247a582272ac5f0b0c14f235 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:10:58 +0000 Subject: Utilisateur : Fcolin Date : 26/02/03 Heure : 16:49 Archivé dans $/Bus/IvyProbe Commentaire: (vss 17) --- IvyProbe/IvyProbeDlg.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'IvyProbe') diff --git a/IvyProbe/IvyProbeDlg.cpp b/IvyProbe/IvyProbeDlg.cpp index 88cc8e2..b782aa7 100644 --- a/IvyProbe/IvyProbeDlg.cpp +++ b/IvyProbe/IvyProbeDlg.cpp @@ -127,17 +127,13 @@ BOOL CIvyProbeDlg::OnInitDialog() #ifdef USE_ETS // define the Layout - CreateRoot( VERTICAL ) + CreateRoot( VERTICAL, nDefaultBorder, 5 ) << ( pane( HORIZONTAL, ABSOLUTE_VERT ) << item ( IDC_BUSNUMBER, GREEDY ) << item ( IDC_START, NORESIZE ) ) << item ( IDC_TEXT, GREEDY ) << ( pane( HORIZONTAL, ABSOLUTE_VERT ) - << item( paneNull, GREEDY ) - << item( paneNull, GREEDY ) - ) - << ( pane( HORIZONTAL, ABSOLUTE_VERT ) << item( IDC_STATIC_MSG, NORESIZE ) << item( IDC_MSG, GREEDY ) << item( IDC_SEND, NORESIZE ) -- cgit v1.1