From 4d188c1afce5f87c4d3c8b7d0b44695324759b10 Mon Sep 17 00:00:00 2001 From: staticfox Date: Sun, 22 May 2016 22:43:33 -0400 Subject: wheeeeeeeeee --- src/modules/objects/KvsObject_groupBox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/objects/KvsObject_groupBox.cpp') diff --git a/src/modules/objects/KvsObject_groupBox.cpp b/src/modules/objects/KvsObject_groupBox.cpp index 7ba81e693..2d6637c66 100644 --- a/src/modules/objects/KvsObject_groupBox.cpp +++ b/src/modules/objects/KvsObject_groupBox.cpp @@ -105,13 +105,13 @@ const int align_cod[] = { %gb->$setAlignment("Left") [comment]# Add the groupbox to the main layout[/comment] %layout->$addWidget(%gb,0,0) - [comment]# Now we create the user field + [comment]# Now we create the user field (labels + lineedit) in a horizontal box[/comment] %hbox=$new(hbox,%gb) %labeluser=$new(label,%hbox) %labeluser->$settext(User: ) %inputuser=$new(lineedit,%hbox) - [comment]# Now we create the password field + [comment]# Now we create the password field (labels + lineedit) in a horizontal box[/comment] %hbox=$new(hbox,%gb) %labelpass=$new(label,%hbox) -- cgit v1.3.1-10-gc9f91