summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/dialog.js')
-rw-r--r--install/ui/dialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js
index f594a6c27..50bb194b3 100644
--- a/install/ui/dialog.js
+++ b/install/ui/dialog.js
@@ -34,7 +34,7 @@ IPA.dialog = function(spec) {
that.name = spec.name;
that.id = spec.id;
that.title = spec.title;
- that.width = spec.width || 400;
+ that.width = spec.width || 500;
that.height = spec.height;
that.buttons = {};