Index: /CKEditor/branches/prototype/_source/plugins/dialog/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/dialog/plugin.js	(revision 2464)
+++ /CKEditor/branches/prototype/_source/plugins/dialog/plugin.js	(revision 2465)
@@ -305,5 +305,5 @@
 								type : 'text',
 								title: 'Test Text 1',
-								id: 'testText',
+								id: 'testText1',
 								default: 'hello world!'
 							},
@@ -312,5 +312,5 @@
 								type : 'text',
 								title: 'Test Text 2',
-								id: 'testText',
+								id: 'testText2',
 								default: 'Wheee'
 							},
@@ -319,5 +319,5 @@
 								type : 'text',
 								title: 'Test Text 3',
-								id: 'testText',
+								id: 'testText3',
 								default: 'Blah blah'
 							}
@@ -333,5 +333,27 @@
 							{
 								type : 'hbox',
-								children : []
+								children : [
+									{
+										type : 'text',
+										title: 'Test Text 4',
+										id: 'testText4',
+										default: 'hello world!'
+									},
+
+									{
+										type : 'text',
+										title: 'Test Text 5',
+										id: 'testText5',
+										default: 'Wheee'
+									},
+
+									{
+										type : 'text',
+										title: 'Test Text 6',
+										id: 'testText6',
+										default: 'Blah blah'
+									}
+								],
+								widths : [172, 172, 172]
 							}
 						]
Index: /CKEditor/branches/prototype/_source/skins/default/dialog.css
===================================================================
--- /CKEditor/branches/prototype/_source/skins/default/dialog.css	(revision 2464)
+++ /CKEditor/branches/prototype/_source/skins/default/dialog.css	(revision 2465)
@@ -277,2 +277,12 @@
 	width: 100%;
 }
+
+.cke_skin_default .cke_dialog_ui_hbox
+{
+	width: 100%;
+}
+
+.cke_skin_default .cke_dialog_ui_hbox_child
+{
+	margin-right: 10px;
+}
