aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects')
-rw-r--r--src/modules/objects/KvsObject_groupBox.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/modules/objects/KvsObject_groupBox.cpp b/src/modules/objects/KvsObject_groupBox.cpp
index 10d3223f1..af151d9ee 100644
--- a/src/modules/objects/KvsObject_groupBox.cpp
+++ b/src/modules/objects/KvsObject_groupBox.cpp
@@ -105,8 +105,9 @@ 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
- (labels + lineedit) in a horizontal box
+ [comment]
+ # Now we create the user field
+ # (labels + lineedit) in a horizontal box
[/comment]
%hbox=$new(hbox,%gb)
%labeluser=$new(label,%hbox)
@@ -114,7 +115,7 @@ const int align_cod[] = {
%inputuser=$new(lineedit,%hbox)
[comment]
# Now we create the password field
- (labels + lineedit) in a horizontal box
+ # (labels + lineedit) in a horizontal box
[/comment]
%hbox=$new(hbox,%gb)
%labelpass=$new(label,%hbox)