summaryrefslogtreecommitdiff
path: root/IvyProbe
diff options
context:
space:
mode:
Diffstat (limited to 'IvyProbe')
-rw-r--r--IvyProbe/IvyProbeDlg.cpp6
1 files changed, 1 insertions, 5 deletions
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 )