diff options
| author | 2016-05-22 22:43:33 -0400 | |
|---|---|---|
| committer | 2016-05-22 22:46:59 -0400 | |
| commit | 4d188c1afce5f87c4d3c8b7d0b44695324759b10 (patch) | |
| tree | 1601cda040d69b84ba10d8da3c89224de1587205 /src/modules/objects/KvsObject_groupBox.cpp | |
| parent | KviIrcToolbar: add last measured to IRC Ctxt widget (diff) | |
| download | KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.gz KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.bz2 KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.zip | |
wheeeeeeeeee
Diffstat (limited to 'src/modules/objects/KvsObject_groupBox.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_groupBox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
