summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:10:58 +0000
committerfcolin2007-02-01 13:10:58 +0000
commitc92e7febca38457a2a78ed40a64e0ffcb1b6f8ad (patch)
treeefbd24c58d3633daa69235d07784c2f747c93063
parentb68c95920ef1553565fd76d6abf279af2afc585f (diff)
downloadivy-cplusplus-c92e7febca38457a2a78ed40a64e0ffcb1b6f8ad.zip
ivy-cplusplus-c92e7febca38457a2a78ed40a64e0ffcb1b6f8ad.tar.gz
ivy-cplusplus-c92e7febca38457a2a78ed40a64e0ffcb1b6f8ad.tar.bz2
ivy-cplusplus-c92e7febca38457a2a78ed40a64e0ffcb1b6f8ad.tar.xz
Utilisateur : Fcolin Date : 26/02/03 Heure : 16:49 Archivé dans $/Bus/IvyProbe Commentaire: (vss 17)
-rw-r--r--Bus/IvyProbe/IvyProbeDlg.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.cpp b/Bus/IvyProbe/IvyProbeDlg.cpp
index 88cc8e2..b782aa7 100644
--- a/Bus/IvyProbe/IvyProbeDlg.cpp
+++ b/Bus/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 )