summaryrefslogtreecommitdiff
path: root/iup/test/matrix_cbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'iup/test/matrix_cbs.c')
-rwxr-xr-xiup/test/matrix_cbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iup/test/matrix_cbs.c b/iup/test/matrix_cbs.c
index 1b7afb9..31d2207 100755
--- a/iup/test/matrix_cbs.c
+++ b/iup/test/matrix_cbs.c
@@ -305,7 +305,7 @@ void MatrixCbsTest(void)
// IupZbox(
IupTabs(
IupSetAttributes(
- IupVbox((create_mat()), bt, IupText(""), IupLabel("Label Text"), IupVal("HORIZONTAL"),
+ IupVbox((create_mat()), bt, IupText(""), IupLabel("Label Text"), IupFrame(IupVal("HORIZONTAL")),
NULL), "MARGIN=10x10, GAP=10, TABTITLE=Test1"),
IupSetAttributes(
IupVbox(IupFrame(create_mat()), IupText(""), IupLabel("Label Text"), IupVal("HORIZONTAL"),